This commit is contained in:
Gabe Farrell 2023-12-04 02:54:38 +00:00
commit c3788cc413
14 changed files with 4371 additions and 0 deletions

8
tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "es5"
},
"include": ["./src/**/*"]
}