diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-20 15:16:51 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-20 15:16:51 +0000 |
| commit | 3d7963641db5e5c2fa92b088770162918003a7ff (patch) | |
| tree | a2fd866420281ba63db3d813d2c1ab7e864e9e80 /tsconfig.json | |
| parent | c1013fc66f5d5ff94b821063670146f37e7475e1 (diff) | |
feat: initial commit
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 6 |
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" }, |
