mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
398f2b3d18
* build(packages): remove incremental as cache fails to recompile * build(packages): remove tsBuildInfoFile property from tsconfig files
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled",
|
|
"rootDirs": ["."],
|
|
"types": ["cypress"]
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts", "cypress/support/index.d.ts"]
|
|
}
|