Add typeRoots to try and appease CI

This commit is contained in:
Andy Balaam 2023-02-20 16:25:17 +00:00
parent a0034c1ade
commit 26a308d8c6

View file

@ -9,6 +9,7 @@
"outDir": "./lib",
"rootDir": ".",
"declaration": true,
"typeRoots": ["src/@types", "node_modules/@types"],
"lib": ["es2019", "dom"],
"types": ["jest", "node"],
"strict": true