Selaa lähdekoodia

change moduleResolution to node16

tamayika 2 vuotta sitten
vanhempi
commit
c3b271bc70
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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,