feat: implemented getFileInfoById method

This commit is contained in:
StevanFreeborn
2023-02-04 15:09:13 -06:00
parent ee8594d678
commit 48de5ec3b8
9 changed files with 496 additions and 8 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
{
"compilerOptions": {
"strictNullChecks": true,
"moduleResolution": "node",
"declaration": true,
"declarationDir": "./dist/types",
"esModuleInterop": true
"esModuleInterop": true,
"target": "ES6",
"moduleResolution": "node"
},
"include": ["src/**/*"],
"ts-node": {