mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
19 lines
303 B
JSON
19 lines
303 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"module": "esnext",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true
|
|
}
|
|
}
|