Mercurial > code > home > repos > streamed-graph
view demo/tsconfig.json @ 90:6077fdc9ed44
inv release
author | drewp@bigasterisk.com |
---|---|
date | Wed, 12 Jan 2022 16:54:15 -0800 |
parents | 4d19a94906d2 |
children |
line wrap: on
line source
{ "compilerOptions": { "module": "esnext", "lib": ["es2017", "dom", "dom.iterable"], "declaration": true, "emitDeclarationOnly": true, "outDir": "./types", "rootDir": "./src", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "useDefineForClassFields": false }, "include": ["src/**/*.ts"], "exclude": [] }