Browse Source

change moduleResolution to node16

tamayika 2 years ago
parent
commit
c3b271bc70
1 changed files with 1 additions and 0 deletions
  1. 1 0
      website/tsconfig.json

+ 1 - 0
website/tsconfig.json

@@ -2,6 +2,7 @@
 	"compilerOptions": {
 	"compilerOptions": {
 		"target": "esnext",
 		"target": "esnext",
 		"module": "commonjs",
 		"module": "commonjs",
+		"moduleResolution": "node16",
 		"strict": true,
 		"strict": true,
 		"outDir": "dist",
 		"outDir": "dist",
 		"skipLibCheck": true,
 		"skipLibCheck": true,