Inital Commit
This commit is contained in:
commit
d563adacf9
69 changed files with 10401 additions and 0 deletions
5
tsconfig.json
Normal file
5
tsconfig.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strictest",
|
||||
"exclude": ["node_modules","dist","public"],
|
||||
"include": ["src/**/*.*"]
|
||||
}
|
||||
Reference in a new issue