Skip to content

Commit

Permalink
test: use native decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Apr 29, 2024
1 parent 05d8450 commit f338626
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"rootDir": "./",
"outDir": "./build",
"tsBuildInfoFile": "./build/.tsbuildinfo",
"types": ["vitest/globals"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"types": ["vitest/globals"]
},
"include": ["./"],
"references": [{ "path": "../src" }]
Expand Down

0 comments on commit f338626

Please sign in to comment.