fixed typescript
This commit is contained in:
parent
931f212ec7
commit
4096e91e67
6 changed files with 112 additions and 147 deletions
|
|
@ -37,6 +37,10 @@
|
|||
"disableReferencedProjectLoad": true,
|
||||
"disableSourceOfProjectReferenceRedirect": false,
|
||||
|
||||
// Decorator support for Bun's hybrid implementation
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
||||
// Paths and output
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue