change moduleResolution to node16

This commit is contained in:
tamayika 2023-03-23 20:25:18 +09:00
parent ebb017c8ed
commit c3b271bc70

View file

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