Files
koodo-reader/tsconfig.json
troyeguo 5b5351281f Update to 1.1.9
Former-commit-id: 6523aaba3ffd93a4148553abd8e0f4f44f052a33
2020-12-27 13:41:37 +08:00

23 lines
577 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"downlevelIteration": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"noImplicitAny": false
},
"include": ["src"],
"paths": { "*": ["./node_modules/@types", "./types"] }
}