diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/jsconfig.json | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/test/jsconfig.json b/test/jsconfig.json index 7dbf3950..c587abe6 100644 --- a/test/jsconfig.json +++ b/test/jsconfig.json @@ -3,7 +3,7 @@          "module": "ES2022",          "target": "ES2022",          "checkJs": true, -        "moduleResolution": "bundler", +        "moduleResolution": "node",          "strict": true,          "strictNullChecks": true,          "noImplicitAny": true, @@ -14,7 +14,8 @@          "paths": {              "*": ["../types/ext/*"],              "dev/*": ["../types/dev/*"], -            "test/*": ["../types/test/*"] +            "test/*": ["../types/test/*"], +            "rollup/parseAst": ["../types/other/rollup-parse-ast"]          },          "types": [              "chrome", |