initial commit

This commit is contained in:
Axel Cocat 2022-01-01 19:38:57 +01:00
commit 028d0390f4
18 changed files with 256638 additions and 0 deletions

11
tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"compilerOptions": {
"sourceMap": true,
"outDir": "build",
"moduleResolution": "node"
},
"exclude": [
"node_modules"
],
"include": ["src/**/*.ts"]
}