diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
| commit | 56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (patch) | |
| tree | ed034997ae42af8be75a4c0fb26e77c241d976cc /tsconfig.json | |
| parent | e3141794b95e534656427fadf0354435c62254d6 (diff) | |
Use MDX instead of markdown
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 8 |
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/*"] + } + } } |
