mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
12 lines
318 B
JSON
12 lines
318 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "../../public/app/types/jquery/*.ts"],
|
|
"exclude": ["dist", "node_modules"],
|
|
"compilerOptions": {
|
|
"rootDirs": ["."],
|
|
"typeRoots": ["./node_modules/@types", "types"],
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled"
|
|
}
|
|
}
|