dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
460 B
22 lines
460 B
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"types": ["node", "jquery", "flot", "tooltipster", "tinycolor2", "js-beautify",
|
|
"react", "react-dom", "raphael", "canvas-gauges", "systemjs"]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true
|
|
},
|
|
"files": [
|
|
"main.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"include": [
|
|
"**/*.d.ts"
|
|
]
|
|
}
|
|
|