feat: astro guide (#8714)

This commit is contained in:
Noel
2022-10-06 23:53:35 +02:00
committed by GitHub
parent 01d75c8b8b
commit 2628659747
74 changed files with 3740 additions and 102 deletions

View File

@@ -0,0 +1,22 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.cjs",
"**/*.mjs",
"**/*.jsx",
"**/*.astro",
"**/*.test.ts",
"**/*.test.js",
"**/*.test.mjs",
"**/*.spec.ts",
"**/*.spec.js",
"**/*.spec.mjs"
],
"exclude": []
}