浏览代码

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,