Update to v 0.0.4

This commit is contained in:
2023-05-04 11:17:52 -04:00
parent 5f69193b81
commit c2d9f8be5a
5 changed files with 46 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"noImplicitAny": true,
"outDir": "./dist/",
"rootDirs": ["lib", "../"],
"rootDirs": ["lib"],
"sourceMap": true
}
}