This commit is contained in:
Jonas Pfalzgraf 2022-08-23 17:48:57 +02:00
parent 2fc6859169
commit f61a73f2f6
10 changed files with 3151 additions and 1 deletions

11
tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "ESNext",
"target": "ESNext",
"allowJs": false,
"moduleResolution": "node",
"sourceMap": true
}
}