prepare repository

This commit is contained in:
2024-12-01 11:47:54 +01:00
commit bc84b7aeae
21 changed files with 1395 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"strict": true,
"esModuleInterop": true
},
"include": [
"Day**/ts/*.ts"
]
}