tsconfig update

This commit is contained in:
Matthew Cardarelli 2024-08-06 17:21:12 -07:00
parent 9b566d7cb3
commit a9f9678133

View File

@ -7,5 +7,6 @@
"lib": ["DOM", "ESNext"], "lib": ["DOM", "ESNext"],
"noEmit": true, "noEmit": true,
"alwaysStrict": true "alwaysStrict": true
} },
"include": ["*.ts", "*.tsx"]
} }