Browse Source

revert moduleResolution for app

Yuki Takei 1 year ago
parent
commit
051b9ae567
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/tsconfig.build.server.json

+ 1 - 1
apps/app/tsconfig.build.server.json

@@ -3,7 +3,7 @@
   "extends": "./tsconfig.json",
   "compilerOptions": {
     "module": "CommonJS",
-    "moduleResolution": "NodeNext",
+    "moduleResolution": "Node",
     "outDir": "transpiled",
     "declaration": true,
     "noResolve": false,