diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 00:01:10 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 00:01:10 +0530 |
commit | f1ada5b3292d45fed7eb808d8cc4d98573636e9b (patch) | |
tree | 36e4865ddcc2ed89ed7119f262b519a7c90699c2 /tsconfig.node.json | |
parent | e7c9922d36ea82a54579c1f9e6633d4ad7ad3e74 (diff) |
using dark mode if system is in dark modev0.0.2
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", |