This commit is contained in:
Renan LE CARO 2025-03-06 14:06:02 +01:00
parent 6d0ad5e675
commit e9d58d6140
13 changed files with 4479 additions and 961 deletions

10
tsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "es2015",
"rootDir": "src",
"strict": false,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}