diff options
Diffstat (limited to 'tools/test-helper/tsconfig.json')
| -rw-r--r-- | tools/test-helper/tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/test-helper/tsconfig.json b/tools/test-helper/tsconfig.json index 45e37455..952c4042 100644 --- a/tools/test-helper/tsconfig.json +++ b/tools/test-helper/tsconfig.json @@ -1,9 +1,10 @@ { "compilerOptions": { - "module": "Node16", + "module": "nodenext", + "lib": ["ES2022", "DOM"], "target": "ES2022", + "moduleResolution": "nodenext", "outDir": "dist", - "lib": ["ES2022"], "sourceMap": true, "rootDir": "src", "strict": true |
