ci: add typescript capability and a11y linting
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"$schema": "https://json.schemastore.org/tsconfig.json",
|
||||
"extends": "astro/tsconfigs/strictest",
|
||||
"include": [".astro/types.d.ts", "**/*"],
|
||||
"exclude": ["dist"]
|
||||
"exclude": ["dist"],
|
||||
"compilerOptions": {
|
||||
"plugins": [{ "name": "@astrojs/ts-plugin" }]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user