mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dev: Sets preserveSymlinks
to false
in top-level tsconfig (#19395)
* Dev: Sets `preserveSymlinks` to `false` in top-level tsconfig Improves dev experience in vscode * Removed preserveSymlinks from tsconfig since default option is false
This commit is contained in:
parent
680a22b898
commit
c60882b497
@ -34,8 +34,7 @@
|
|||||||
"sass": ["sass"],
|
"sass": ["sass"],
|
||||||
"@grafana/slate-react": ["../node_modules/@types/slate-react"]
|
"@grafana/slate-react": ["../node_modules/@types/slate-react"]
|
||||||
},
|
},
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true
|
||||||
"preserveSymlinks": true
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"public/app/**/*.ts",
|
"public/app/**/*.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user