mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
14 lines
326 B
JSON
14 lines
326 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true, // Temp workaround for Duplicate identifier tsc errors,
|
|
"removeComments": false
|
|
}
|
|
}
|