summaryrefslogtreecommitdiff
path: root/tsconfig.app.json
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-20 15:16:51 +0000
committerIwanIDev <iwan@iwani.dev>2026-03-20 15:16:51 +0000
commit3d7963641db5e5c2fa92b088770162918003a7ff (patch)
treea2fd866420281ba63db3d813d2c1ab7e864e9e80 /tsconfig.app.json
parentc1013fc66f5d5ff94b821063670146f37e7475e1 (diff)
feat: initial commit
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json
index a9b5a59..2630134 100644
--- a/tsconfig.app.json
+++ b/tsconfig.app.json
@@ -10,6 +10,10 @@
/* Bundler mode */
"moduleResolution": "bundler",
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ },
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",