as commonjs

This commit is contained in:
2022-06-06 21:03:50 -05:00
parent 1e94d1a8ed
commit 4ef1440e3a
9 changed files with 57 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,