1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00
namae/tsconfig.json
2021-02-25 16:48:45 +09:00

23 lines
577 B
JSON

{
"compilerOptions": {
"target": "es2015",
"lib": ["dom", "dom.iterable", "ESNext"],
"skipLibCheck": true,
"esModuleInterop": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"allowJs": true,
"downlevelIteration": true,
"noFallthroughCasesInSwitch": true
},
"include": ["api", "src", "types"]
}