aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-04-11 16:20:14 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-04-11 16:20:14 +0200
commit56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (patch)
treeed034997ae42af8be75a4c0fb26e77c241d976cc /tsconfig.json
parente3141794b95e534656427fadf0354435c62254d6 (diff)
Use MDX instead of markdown
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index bcbf8b5..a997d74 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,3 +1,9 @@
{
- "extends": "astro/tsconfigs/strict"
+ "extends": "astro/tsconfigs/strict",
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ }
}