summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-03 10:56:21 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-03 10:56:21 +0300
commit456cf011b36de91c9936994b1fa45703adcd309b (patch)
tree8e60daf998f731ac50d100fa490eaecae1168042 /tsconfig.json
Initial fork of chrismwilliams/astro-theme-cactus theme
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..2ea582d
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "extends": "astro/tsconfigs/strictest",
+ "compilerOptions": {
+ "baseUrl": ".",
+ "lib": ["es2022", "dom", "dom.iterable"],
+ "paths": {
+ "@/*": ["src/*"]
+ }
+ },
+ "include": [".astro/types.d.ts", "**/*"],
+ "exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"]
+}