diff options
| author | Pauline <git@ethanlibs.co> | 2023-08-31 08:09:34 -0400 |
|---|---|---|
| committer | Pauline <git@ethanlibs.co> | 2023-08-31 08:09:34 -0400 |
| commit | dcc90017baaafa74c79acaa053535d73b6222475 (patch) | |
| tree | cf060cd26c7a9f5f902e58858c09d8e495d23152 /apps/website | |
| parent | 7a77a68702e947597120226e140885345a21c463 (diff) | |
| download | Nexus-dcc90017baaafa74c79acaa053535d73b6222475.tar.gz Nexus-dcc90017baaafa74c79acaa053535d73b6222475.tar.bz2 Nexus-dcc90017baaafa74c79acaa053535d73b6222475.zip | |
feat(ctjs): initial work on ctjs
Diffstat (limited to 'apps/website')
| -rw-r--r-- | apps/website/tsconfig.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/website/tsconfig.json b/apps/website/tsconfig.json index 5378929..17881e6 100644 --- a/apps/website/tsconfig.json +++ b/apps/website/tsconfig.json @@ -1,3 +1,10 @@ { - "extends": "astro/tsconfigs/base" + "extends": "astro/tsconfigs/base", + "compilerOptions": { + "paths": { + "@layouts/*": ["src/layouts/*"], + "@components/*": ["src/components/*"], + "@pages/*": ["src/pages/*"] + } + } } |
