Aktualisiere Importe auf Node.js-Module und passe .gitignore an

This commit is contained in:
2025-03-15 16:26:59 +01:00
parent 8554cdb396
commit 2f6f833549
5 changed files with 13 additions and 11 deletions

View File

@@ -6,7 +6,8 @@
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true
"esModuleInterop": true,
"removeComments": true
},
"include": ["src"],
"exclude": ["node_modules"]