thingsboard/msa/web-ui/tsconfig.json
2022-07-01 19:03:29 +03:00

14 lines
313 B
JSON

{
"compilerOptions": {
"outDir": "target/src",
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"strictPropertyInitialization": false
},
"exclude": ["node_modules", "target"]
}