aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json
index c9ccbd4..f702c93 100644
--- a/tsconfig.app.json
+++ b/tsconfig.app.json
@@ -7,6 +7,14 @@
"module": "ESNext",
"skipLibCheck": true,
+ /* Paths */
+ "baseUrl": ".",
+ "paths": {
+ "@/*": [
+ "./src/*"
+ ]
+ },
+
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,