Skip to content

Commit

Permalink
revert: node16 module resolution breaks EVERYTHING
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 21, 2023
1 parent 0d2a3fe commit b6576c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/studio-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "nodenext",
"moduleResolution": "node",
"importHelpers": true,
"esModuleInterop": true,
"target": "ES2022",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "nodenext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
Expand Down

0 comments on commit b6576c2

Please sign in to comment.