18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"outDir": "./dist/",
|
|
"module": "esnext",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"include": ["src"],
|
|
}
|