Skip to content

Commit

Permalink
remove unecessary path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Apr 26, 2024
1 parent 5e6068e commit 50ca5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions packages/react/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"target": "ES5",
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true, // Type check only. Rollup runs Babel to compile for lower targets in the next step
"paths": {
"@parallelmarkets/*": ["../*"]
}
"noEmit": true // Type check only. Rollup runs Babel to compile for lower targets in the next step
}
}
5 changes: 1 addition & 4 deletions packages/vanilla/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"target": "ES5",
"module": "ESNext",
"moduleResolution": "Node",
"noEmit": true, // Type check only. Rollup runs Babel to compile for lower targets in the next step
"paths": {
"@parallelmarkets/*": ["../*"]
}
"noEmit": true // Type check only. Rollup runs Babel to compile for lower targets in the next step
}
}

0 comments on commit 50ca5ce

Please sign in to comment.