Initial commit
This commit is contained in:
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"include": [".astro/types.d.ts", "**/*"],
|
||||
"exclude": ["dist"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@/*": ["*"],
|
||||
"@components/*": ["components/*"],
|
||||
"@content/*": ["content/*"],
|
||||
"@assets/*": ["assets/*"],
|
||||
"@hooks/*": ["hooks/*"],
|
||||
"@scripts/*": ["scripts/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user