1
0
Эх сурвалжийг харах

change moduleResolution to node16

tamayika 2 жил өмнө
parent
commit
c3b271bc70
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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,