Add a rootDir to try and appease the CI

This commit is contained in:
Andy Balaam 2023-02-20 16:08:11 +00:00
parent 1271c22aee
commit a0034c1ade

View file

@ -7,6 +7,7 @@
"target": "es2016",
"sourceMap": false,
"outDir": "./lib",
"rootDir": ".",
"declaration": true,
"lib": ["es2019", "dom"],
"types": ["jest", "node"],