mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-03 03:40:17 -04:00
31 lines
602 B
JSON
31 lines
602 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"noImplicitAny": false
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"files": [
|
|
"src/index.d.ts"
|
|
]
|
|
}
|