23 lines
531 B
JSON
23 lines
531 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"baseUrl": ".",
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"include": [
|
|
"src/**/*.tsx",
|
|
"src/**/*.ts",
|
|
]
|
|
} |