First version with notes
This commit is contained in:
parent
cb91e02327
commit
86aef1608b
45 changed files with 7075 additions and 0 deletions
7
tsconfig.json
Normal file
7
tsconfig.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true,
|
||||
"allowJs": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue