Skip to content

Commit

Permalink
preserveSymlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsnee committed Jul 19, 2024
1 parent e98e7c3 commit 52d3798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"paths": {
"@src/*": ["./apps/extension/src/*"],
},
"tsBuildInfoFile": ".build-cache/tsconfig.tsbuildinfo"
"tsBuildInfoFile": ".build-cache/tsconfig.tsbuildinfo",
"preserveSymlinks": true
},
"include": ["src/**/*.json", "src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts", "tests/**/*.ts"],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.radix.json" }]
Expand Down

0 comments on commit 52d3798

Please sign in to comment.