astro: init astro template
This commit is contained in:
parent
a4368b5ddc
commit
44feb0b485
40 changed files with 3355 additions and 4258 deletions
5
templates/astro/tsconfig.json
Normal file
5
templates/astro/tsconfig.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"include": [".astro/types.d.ts", "**/*"],
|
||||
"exclude": ["dist"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue