Mercurial > code > home > repos > streamed-graph
view tsconfig.json @ 31:e54941d93356
mostly config fixes to try to make this pkg usable by others (not working yet)
author | drewp@bigasterisk.com |
---|---|
date | Tue, 17 Dec 2019 23:13:01 -0800 |
parents | 45ed53428e74 |
children | b82c05e22d9a |
line wrap: on
line source
{ "compilerOptions": { "alwaysStrict": true, "declaration": true, "experimentalDecorators": true, "lib": [ "es6", "dom" ], "module": "commonjs", "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "declarationDir": "./build", "outDir": "./build/outDir_seems_unused", "strict": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "target": "es6", "esModuleInterop": true, "types": [ "jest" ], "sourceMap": true, "baseUrl": "src", } }