mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"outDir": "public_gen",
|
|
"noImplicitAny": false,
|
|
"target": "es5",
|
|
"rootDir": "public/",
|
|
"sourceRoot": "public/",
|
|
"module": "system",
|
|
"noEmitOnError": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"files": [
|
|
"public/app/**/*.ts"
|
|
]
|
|
}
|