gitignore

This commit is contained in:
2026-02-18 14:58:21 +01:00
parent b069d047ec
commit d4ad5d9c61
6 changed files with 1168 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"outDir": "./dist",
// Environment Settings
// See also https://aka.ms/tsconfig/module,
"esModuleInterop": true
}
}