7 lines
No EOL
157 B
JSON
7 lines
No EOL
157 B
JSON
{
|
|
"baseUrl": "src",
|
|
"paths": { "@/*": ["*"] },
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
} |