Files
mqtt-explorer/tsconfig.json
Thomas Nordquist 0af3a2ede3 Initial commit
2018-12-28 15:25:25 +01:00

12 lines
203 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"noImplicitAny": true,
"strictNullChecks": true,
"outDir": "./build",
"strict": true,
"lib": ["es2017"],
"sourceMap": true
}
}