11 lines
202 B
JSON
11 lines
202 B
JSON
|
{
|
||
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"inlineSourceMap": true,
|
||
|
"jsx": "react",
|
||
|
"declaration": true,
|
||
|
},
|
||
|
}
|