fix: added new tsconfig files to vcs

This commit is contained in:
StevanFreeborn
2023-02-04 00:27:39 -06:00
parent 081fb73eaa
commit ee8594d678
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "es2015",
"outDir": "./dist/esm"
}
}