Convert to tsconfig for better compatibility

This commit is contained in:
Sam Carlton 2022-04-30 12:46:19 -05:00
parent 044d3a293d
commit 5399f252a2

10
tsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"allowJs": true,
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"~helpers": ["./helpers/*"]
}
}
}