Skip to content

Commit

Permalink
fix(node-typescript): remove tsconfig compilerOptions.path
Browse files Browse the repository at this point in the history
The compilerOptions.path setting caused tsup to throw "No loader is configured for '.node' files" and fail to build. See: egoist/tsup#303
  • Loading branch information
theurgi committed Apr 11, 2023
1 parent 00d40cb commit d5071ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/node-typescript/tsconfig.json
Expand Up @@ -9,9 +9,6 @@
"moduleResolution": "node16",
"noEmit": true,
"outDir": "./dist",
"paths": {
"*": ["node_modules/*", "src/types/*"]
},
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
Expand Down

0 comments on commit d5071ea

Please sign in to comment.