Skip to content

Commit

Permalink
drop plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 27, 2024
1 parent 0677419 commit 47a543b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-bottles-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-app": minor
---

remove transform-paths as default plugin
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-transform-paths": "^3.5.2",
"unplugin-auto-import": "^0.18.5",
"vite": "^5.4.11",
"vitest": "^2.1.5"
Expand Down
13 changes: 1 addition & 12 deletions packages/effect-app/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,7 @@
"moduleResolution": "Node16",
"downlevelIteration": true,
"noErrorTruncation": true,
"forceConsistentCasingInFileNames": true,
"plugins": [
// Transform paths in output .js files
{
"transform": "typescript-transform-paths"
},
// Transform paths in output .d.ts files (Include this line if you output declarations files)
{
"transform": "typescript-transform-paths",
"position": "afterDeclaration"
}
]
"forceConsistentCasingInFileNames": true
},
"watchOptions": {
// Use native file system events for files and directories
Expand Down

0 comments on commit 47a543b

Please sign in to comment.