23 lines
596 B
JSON
23 lines
596 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"display": "Create React App",
|
||
|
"_version": "2.0.0",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"target": "es2015",
|
||
|
|
||
|
"allowJs": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"esModuleInterop": true,
|
||
|
"isolatedModules": true,
|
||
|
"jsx": "react-jsx",
|
||
|
"noEmit": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|