Initial Commit

This commit is contained in:
Samuel Attard
2020-10-20 17:21:38 -07:00
commit 163f495b6b
9 changed files with 5363 additions and 0 deletions

7
tsconfig.esm.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/esm"
}
}