18 lines
415 B
JSON
18 lines
415 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"baseUrl": ".",
|
||
|
"esModuleInterop": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"incremental": false,
|
||
|
"isolatedModules": true,
|
||
|
"jsx": "react",
|
||
|
"lib": ["es2020", "dom"],
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"rootDir": "./src",
|
||
|
"skipLibCheck": true,
|
||
|
"target": "ES2020"
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|