single package

This commit is contained in:
2023-08-04 16:02:54 +00:00
parent 1287486d74
commit 58562e2c99
6 changed files with 827 additions and 45 deletions
+3 -1
View File
@@ -11,6 +11,8 @@
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
"types": ["node"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
}
}