summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 78c72d4..45c6246 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,8 +8,8 @@
"@layouts/*": ["src/layouts/*"],
"@pages/*": ["src/pages/*"],
"@root/*": ["*"],
- "@styles/*": ["src/styles/*"],
+ "@styles/*": ["src/styles/*"]
},
- "allowJs": false,
- },
+ "allowJs": false
+ }
}