generated from avior/template-web-astro
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": "./node_modules/astro/tsconfigs/strictest.json",
|
|
"exclude": ["cypress"],
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"allowJs": true
|
|
}
|
|
}
|