mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Move Typescript cache file to root (#45964)
* chore(typescript): move TS cache file to root of repo * chore(typescript): cache packages ts checks to disk for faster yarn typecheck
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"compilerOptions": {
|
||||
"declarationDir": "dist",
|
||||
"outDir": "compiled",
|
||||
"rootDirs": ["."]
|
||||
"rootDirs": ["."],
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
||||
},
|
||||
"exclude": ["dist", "node_modules"],
|
||||
"extends": "@grafana/tsconfig",
|
||||
|
||||
Reference in New Issue
Block a user