mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech: updated tsconfig
This commit is contained in:
parent
491fa6cad8
commit
8fe21b43e9
@ -9,10 +9,10 @@
|
||||
"rootDir": "public/",
|
||||
"module": "system",
|
||||
"jsx": "react",
|
||||
"noEmitOnError": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"noImplicitReturns":false,
|
||||
"noEmitOnError": false,
|
||||
"emitDecoratorMetadata": false,
|
||||
"experimentalDecorators": false,
|
||||
"noImplicitReturns": false,
|
||||
"noImplicitThis": false,
|
||||
"noImplicitUseStrict":false,
|
||||
"moduleResolution": "classic"
|
||||
|
Loading…
Reference in New Issue
Block a user