Skip to content

Commit

Permalink
fix(overlays): correct resolution of modules in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 18, 2023
1 parent 42e9a76 commit bc9b366
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
3 changes: 1 addition & 2 deletions frontend/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "overlays",
"name": "@twir/overlays",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion frontend/overlays/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skipLibCheck": true,

/* Bundler mode */
"moduleResolution": "bundler",
"moduleResolution": "node",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down
Loading

0 comments on commit bc9b366

Please sign in to comment.