mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -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"],
|
||||
"@grafana/slate-react": ["../node_modules/@types/slate-react"]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"preserveSymlinks": true
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"public/app/**/*.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user