aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.app.json
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-05 00:01:10 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-05 00:01:10 +0530
commitf1ada5b3292d45fed7eb808d8cc4d98573636e9b (patch)
tree36e4865ddcc2ed89ed7119f262b519a7c90699c2 /tsconfig.app.json
parente7c9922d36ea82a54579c1f9e6633d4ad7ad3e74 (diff)
using dark mode if system is in dark modev0.0.2
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json
index 3e5b621..1a2c491 100644
--- a/tsconfig.app.json
+++ b/tsconfig.app.json
@@ -3,6 +3,7 @@
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
+ "allowJs": true,
"composite": true,
"baseUrl": ".",
"paths": {