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" }]