This commit is contained in:
JiriUhlir
2026-07-15 09:03:28 +02:00
parent 4b98f37407
commit fea25d7429
31 changed files with 4906 additions and 30 deletions
+7 -2
View File
@@ -5,6 +5,11 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true
}
"esModuleInterop": true,
"moduleResolution": "node",
"declaration": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["tests", "dist", "node_modules"]
}