Преглед изворни кода

change moduleResolution to node16

tamayika пре 2 година
родитељ
комит
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,