fix: properly implement saveFile method and write test

This commit is contained in:
StevanFreeborn
2023-02-03 22:32:57 -06:00
parent 3dee5b690c
commit ed68b5f9d9
9 changed files with 669 additions and 58 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"module": "commonjs",
"target": "es2015",
"declaration": true,
"outDir": "./dist"
"outDir": "./dist",
"esModuleInterop": true
},
"include": ["src/**/*"]
}