fuck rust

This commit is contained in:
2021-11-09 19:16:28 -06:00
parent 4ffba8c5ff
commit 0a90e2d4ed
9 changed files with 411 additions and 18 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"strict": true,
"strictNullChecks": true,
"lib": [
"ESNext"
]
}
}