16 lines
233 B
JSON
16 lines
233 B
JSON
{
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "@astrojs/ts-plugin"
|
|
},
|
|
],
|
|
}
|
|
} |