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": {
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node16",
"strict": true,
"outDir": "dist",
"skipLibCheck": true,