modern decodators
This commit is contained in:
parent
8405f44bd9
commit
931f212ec7
6 changed files with 262 additions and 150 deletions
|
|
@ -5,7 +5,12 @@
|
|||
// Override root settings for application builds
|
||||
"composite": true,
|
||||
"incremental": true,
|
||||
"types": ["bun-types"]
|
||||
"types": ["bun-types"],
|
||||
// Modern TC39 decorators configuration
|
||||
"experimentalDecorators": false,
|
||||
"emitDecoratorMetadata": false,
|
||||
"useDefineForClassFields": true
|
||||
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue