mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 18:44:54 +08:00
fix(typescript): fixed sourcemap issue, #6904
This commit is contained in:
@ -6,7 +6,6 @@
|
|||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"rootDir": "public/",
|
"rootDir": "public/",
|
||||||
"sourceRoot": "public/",
|
|
||||||
"module": "system",
|
"module": "system",
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
|
Reference in New Issue
Block a user