15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"moduleResolution": "nodenext",
|
|
"module": "nodenext",
|
|
"target": "esnext",
|
|
"allowImportingTsExtensions": false,
|
|
"noEmit": true,
|
|
"sourceMap": true,
|
|
"jsx": "react-jsxdev"
|
|
},
|
|
"include": ["src/**/*.ts","src/**/*.tsx"]
|
|
} |