chore(web): fix tests

This commit is contained in:
Mo
2022-07-06 09:44:13 -05:00
parent e6859d4a8d
commit d315c8c6c1
4 changed files with 15 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
"declarationDir": "dist/@types",
"baseUrl": ".",
"jsx": "react-jsx",
"typeRoots": ["./src/javascripts/Types/External", "../../node_modules/@types"],
"typeRoots": ["./src/javascripts/Types/External", "../../node_modules/@types", "node_modules/@types"],
"paths": {
"@/*": ["./src/javascripts/*"],
"@Controllers/*": ["src/javascripts/Controllers/*"],