Files
koodo-reader/tsconfig.json
troyeguo 483c882527 使用typescript重构
Former-commit-id: 26e90ff609b09db65b58fcdde7bd1ed21acd1162
2020-04-26 13:28:03 +08:00

20 lines
459 B
JSON
Vendored

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