moving to typescript

This commit is contained in:
Mikayla Dobson
2022-05-09 19:46:57 -05:00
parent a96fc8e278
commit 2facb3826b
15 changed files with 288 additions and 28 deletions

8
tsconfig.json Normal file
View File

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