Skip to content

Commit c60882b

Browse files
authored
Dev: Sets preserveSymlinks to false in top-level tsconfig (grafana#19395)
* Dev: Sets `preserveSymlinks` to `false` in top-level tsconfig Improves dev experience in vscode * Removed preserveSymlinks from tsconfig since default option is false
1 parent 680a22b commit c60882b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"sass": ["sass"],
3535
"@grafana/slate-react": ["../node_modules/@types/slate-react"]
3636
},
37-
"skipLibCheck": true,
38-
"preserveSymlinks": true
37+
"skipLibCheck": true
3938
},
4039
"include": [
4140
"public/app/**/*.ts",

0 commit comments

Comments
 (0)