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

View file

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