This commit is contained in:
2023-06-01 00:07:50 -04:00
parent c7786b3b21
commit 7be9f4aa43
13 changed files with 231 additions and 149 deletions

View File

@@ -5,8 +5,6 @@
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "es2022",
"moduleResolution": "Node",
"noImplicitAny": true,
"outDir": "lib/",
"rootDirs": ["./", "src/"],