aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui-new/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui-new/tsconfig.json')
-rw-r--r--packages/ui-new/tsconfig.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/ui-new/tsconfig.json b/packages/ui-new/tsconfig.json
index 59578c3..fec8c8e 100644
--- a/packages/ui-new/tsconfig.json
+++ b/packages/ui-new/tsconfig.json
@@ -2,12 +2,12 @@
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
- { "path": "./tsconfig.node.json" },
+ { "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
- "@/*": ["./src/*"],
- },
- },
+ "@/*": ["./src/*"]
+ }
+ }
}