fix build?

This commit is contained in:
mrjvs
2023-09-06 19:43:45 +02:00
parent e01f02870e
commit f684a9c674
3 changed files with 11 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"target": "es2021",
"lib": ["es2021"],
"module": "commonjs",
"module": "CommonJS",
"esModuleInterop": true,
"declaration": true,
"outDir": "./lib",
"strict": true,