Dateien nach "/" hochladen

This commit is contained in:
2025-03-15 13:25:46 +00:00
parent b392003f0b
commit 776c610574
4 changed files with 39 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true
},
"include": ["src"],
"exclude": ["node_modules"]
}