first commit

This commit is contained in:
JLEROY
2025-06-24 10:55:12 +02:00
commit 5da61af76e
13 changed files with 263 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true
},
"files": [],
"references": [
{
"path": "./tsconfig.lib.json"
}
]
}