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": ".",
|
||||
"paths": {
|
||||
"@assets/*": ["./src/assets/*"],
|
||||
"@app/*": ["./src/app/*"],
|
||||
"@components/*": ["./src/components/*"],
|
||||
"@db/*": ["./src/db/*"],
|
||||
"@layouts/*": ["./src/layouts/*"],
|
||||
"@util/*": ["./src/util/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user