Skip to content

Commit 6c62cd4

Browse files
committed
Update tsconfig.json to include type definitions and improve module resolution
1 parent 76ffaac commit 6c62cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"extends": "astro/tsconfigs/strict",
3+
"include": [".astro/types.d.ts", "**/*"],
34
"compilerOptions": {
45
"verbatimModuleSyntax": true,
56
"baseUrl": ".",
67
"paths": {
78
"@/*": ["src/*"],
89
"public/*": ["public/*"]
910
},
10-
"target": "esnext",
1111
"jsx": "react-jsx",
1212
"jsxImportSource": "preact"
1313
}

0 commit comments

Comments
 (0)