Mercurial > code > home > repos > streamed-graph
view tsconfig.json @ 139:cf642d395be4
new simpler Patch class; fancier 'hide' view config support
author | drewp@bigasterisk.com |
---|---|
date | Mon, 08 May 2023 13:05:20 -0700 |
parents | 73a70d00fb74 |
children |
line wrap: on
line source
{ "compilerOptions": { "strict": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "downlevelIteration": true, "allowSyntheticDefaultImports": true, "useDefineForClassFields": false, "module": "esnext", "target": "ES6", "moduleResolution": "node", "declaration": true, "emitDeclarationOnly": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "rootDir": "./src", "outDir": "./types", "lib": ["es2017", "dom", "dom.iterable"] }, "include": ["src/**/*.ts"], "exclude": ["src/**/*.test.ts"] }