summaryrefslogtreecommitdiff
path: root/tsconfig.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.json
parentc1013fc66f5d5ff94b821063670146f37e7475e1 (diff)
feat: initial commit
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 1ffef60..aa3c04f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,4 +1,10 @@
{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },