Convert application entrypoint files into Typescript

This commit is contained in:
Alex Gleason 2022-04-15 19:54:40 -05:00
parent 4efdcc3b14
commit 7882bbf98f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
8 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"baseUrl": "app/",
"sourceMap": true,
"strict": true,
"module": "es6",
"module": "es2022",
"target": "es5",
"jsx": "react",
"allowJs": true,

Binary file not shown.