Transition to TypeScript

This commit is contained in:
Gabe Farrell 2023-12-04 05:04:20 +00:00
parent c3788cc413
commit 92bf5eda58
11 changed files with 273 additions and 2163 deletions

View file

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