Update tsconfig.json

This commit is contained in:
Clovis 2022-11-10 00:00:37 +01:00 committed by GitHub
parent 0bc65e5e21
commit 77606fc5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"resolveJsonModule": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"typeRoots": [ "./types", "./node_modules/@types"]
"typeRoots": [ "./types", "./node_modules/@types"],
"types": ["node", "jest", "@testing-library/jest-dom"]
}
}