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 52d3798 commit a4d5cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions apps/extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"paths": {
"@src/*": ["./apps/extension/src/*"],
},
"tsBuildInfoFile": ".build-cache/tsconfig.tsbuildinfo",
"preserveSymlinks": true
"tsBuildInfoFile": ".build-cache/tsconfig.tsbuildinfo"
},
"include": ["src/**/*.json", "src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts", "tests/**/*.ts"],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.radix.json" }]
Expand Down
1 change: 1 addition & 0 deletions apps/extension/tsconfig.radix.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"isolatedModules": false,
"noEmit": false,
"jsx": "react-jsx",
"preserveSymlinks": true,

"rootDir":"../../node_modules/@radixdlt/connector-extension",
"baseUrl": "../../node_modules/@radixdlt/connector-extension/src",
Expand Down

0 comments on commit a4d5cef

Please sign in to comment.