Skip to content

Commit f338626

Browse files
test: use native decorators
1 parent 05d8450 commit f338626

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)