From 782b736c14cc10adf7bff908717516f616018082 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 9 Dec 2022 19:24:13 -0500 Subject: tsconfig.json: Remove experimentalDecorators option --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 10299e9..55eec34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "experimentalDecorators": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, -- cgit v1.2.3