Add typeRoots to try and appease CI
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
"typeRoots": ["src/@types", "node_modules/@types"],
|
||||||
"lib": ["es2019", "dom"],
|
"lib": ["es2019", "dom"],
|
||||||
"types": ["jest", "node"],
|
"types": ["jest", "node"],
|
||||||
"strict": true
|
"strict": true
|
||||||
|
|||||||
Reference in New Issue
Block a user