Fix typescript imports

This commit is contained in:
Alex Gleason 2022-02-23 14:56:16 -05:00
parent 94a79ba760
commit 2757e476b7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "app/",
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",