Parcourir la source

change moduleResolution to node16

tamayika il y a 2 ans
Parent
commit
c3b271bc70
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      website/tsconfig.json

+ 1 - 0
website/tsconfig.json

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