No-op template

This commit is contained in:
aet
2021-07-21 21:26:22 -04:00
commit 2c504997af
7 changed files with 1462 additions and 0 deletions

6
tsconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"compilerOptions": {
"strict": true,
"noEmit": true
}
}