mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled",
|
|
"rootDirs": ["."]
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*", "../../public/app/types/jquery/*.ts", "../../public/app/types/*.d.ts"]
|
|
}
|