From 8ff2ecc422245e2eab69bbe89af7919a8f47beb5 Mon Sep 17 00:00:00 2001 From: Hezekiah Hendry Date: Mon, 29 Apr 2024 19:03:12 -0400 Subject: [PATCH] test: use native decorators --- tests/tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/tsconfig.json b/tests/tsconfig.json index ae68b792..d8e2e469 100644 --- a/tests/tsconfig.json +++ b/tests/tsconfig.json @@ -4,9 +4,7 @@ "rootDir": "./", "outDir": "./build", "tsBuildInfoFile": "./build/.tsbuildinfo", - "types": ["vitest/globals"], - "experimentalDecorators": true, - "emitDecoratorMetadata": true + "types": ["vitest/globals"] }, "include": ["./"], "references": [{ "path": "../src" }]