chore: add initial tests

This commit is contained in:
Tom Keller
2022-10-15 20:25:56 -07:00
parent 933beb7f7c
commit a61ce85bf3
8 changed files with 923 additions and 535 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
"lib": [
"es2019"
],
"module": "CommonJS",
"module": "commonjs",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
@@ -22,7 +22,7 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "ES2022",
"target": "es2022",
"forceConsistentCasingInFileNames": true,
"outDir": "build"
},