mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
efe9eed758
* chore(typescript): move TS cache file to root of repo * chore(typescript): cache packages ts checks to disk for faster yarn typecheck
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled",
|
|
"rootDirs": ["."],
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*"]
|
|
}
|