fix module config

This commit is contained in:
vcoppe
2024-05-04 02:18:07 +02:00
parent c9bc13a1c5
commit d368d9361c
2 changed files with 6 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
{
"compilerOptions": {
"module": "ES6",
"target": "ES5",
"module": "ES2020",
"target": "ES2015",
"declaration": true,
"outDir": "./dist",
"moduleResolution": "node",
},
"include": [
"src",