summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/app/tsconfig.json17
1 files changed, 4 insertions, 13 deletions
diff --git a/packages/app/tsconfig.json b/packages/app/tsconfig.json
index 4146b910f..5efa8c85b 100644
--- a/packages/app/tsconfig.json
+++ b/packages/app/tsconfig.json
@@ -4,20 +4,11 @@
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
- "types": [
- "vite/client"
- ],
- "lib": [
- "DOM",
- "DOM.Iterable",
- ],
- "customConditions": [
- "development"
- ],
+ "types": ["vite/client"],
+ "lib": ["DOM", "DOM.Iterable"],
+ "customConditions": ["development"],
"paths": {
- "@/*": [
- "./src/*"
- ]
+ "@/*": ["./src/*"]
}
}
}