add / remove elements

This commit is contained in:
janis
2024-01-15 16:24:18 +01:00
parent 6761ff8dfe
commit 328cf3b8e8
2 changed files with 64 additions and 13 deletions

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "ES6"
"target": "ES6",
"skipLibCheck": true
},
"include": [ "./src/**/*" ]
"include": [ "./src/**/*" ],
}