Skip to content

Commit 8ff2ecc

Browse files
test: use native decorators
1 parent eee54c2 commit 8ff2ecc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"rootDir": "./",
55
"outDir": "./build",
66
"tsBuildInfoFile": "./build/.tsbuildinfo",
7-
"types": ["vitest/globals"],
8-
"experimentalDecorators": true,
9-
"emitDecoratorMetadata": true
7+
"types": ["vitest/globals"]
108
},
119
"include": ["./"],
1210
"references": [{ "path": "../src" }]

0 commit comments

Comments
 (0)