grafana/tsconfig.json

19 lines
431 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
2015-12-17 21:27:34 +08:00
"sourceMap": true,
"declaration": true,
"outDir": "public_gen",
"noImplicitAny": false,
"target": "es5",
"rootDir": "public/",
2016-04-12 04:21:25 +08:00
"sourceRoot": "public/",
2015-12-17 21:27:34 +08:00
"module": "system",
"noEmitOnError": true,
2016-04-12 04:21:25 +08:00
"emitDecoratorMetadata": true,
"experimentalDecorators": true
2015-12-17 21:27:34 +08:00
},
"files": [
2016-04-12 04:21:25 +08:00
"public/app/**/*.ts"
2015-12-17 21:27:34 +08:00
]
2016-04-12 04:21:25 +08:00
}