diff options
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r-- | tsconfig.node.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json index dee96be..a7e6e86 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -8,6 +8,7 @@ "playwright.config.*" ], "compilerOptions": { + "allowJs": true, "composite": true, "module": "ESNext", "moduleResolution": "Bundler", |