Mercurial > code > home > repos > mqtt_metrics
view tsconfig.json @ 2:579df3a4e62d
rewrite converters as register'able functions
author | drewp@bigasterisk.com |
---|---|
date | Fri, 09 Aug 2024 17:37:00 -0700 |
parents | 0b5b4ede1bf5 |
children |
line wrap: on
line source
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "alwaysStrict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "strict": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "allowJs": true, "declaration": true, "downlevelIteration": true, "esModuleInterop": true, "experimentalDecorators": true, "module": "ES6", "moduleResolution": "node", "sourceMap": true, "target": "ES6", "traceResolution": true, "useDefineForClassFields": false, "baseUrl": ".", "lib": ["es6", "dom", "ES2019.Object"], "types": [] }, "include": ["src/**/*.ts"] }