Lots of updates :o

This commit is contained in:
2022-06-14 20:50:51 +02:00
parent e0d4f8747e
commit a9a8609cb8
25 changed files with 11575 additions and 675 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"module": "esnext",
"target": "es2019",
"removeComments": true,
"lib": [
"dom",
@@ -12,6 +12,6 @@
]
},
"exclude": [
"node_modules"
],
}
"../node_modules"
]
}