1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/web/tsconfig.json
Yasuaki Uechi 2fc4d94779
feat: add crisp (#7)
* feat: add crisp

* test: add codacy

* fix: coverage
2019-10-24 12:55:09 +09:00

20 lines
459 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"allowJs": true
},
"include": ["src"]
}