commonjs using es6

This commit is contained in:
Axel Olausson Holtenäs 2022-04-14 20:27:12 +02:00
parent cae078793c
commit c50d9224b4
No known key found for this signature in database
GPG key ID: 9347A5E873995701
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es2022", "target": "es2022",
"module": "es2022", "module": "CommonJS",
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true, "esModuleInterop": true,