aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-09 19:24:13 -0500
committertdro <tdro@noreply.example.com>2022-12-09 19:24:13 -0500
commit782b736c14cc10adf7bff908717516f616018082 (patch)
treeadbec7ad6982984c3eeee2b30c5f075e7a41b335 /tsconfig.json
parenta73e8feed622e912e085a0931b2268c7a51f56b1 (diff)
downloadcanory-782b736c14cc10adf7bff908717516f616018082.tar.gz
canory-782b736c14cc10adf7bff908717516f616018082.tar.bz2
canory-782b736c14cc10adf7bff908717516f616018082.zip
tsconfig.json: Remove experimentalDecorators option
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 0 insertions, 1 deletions
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,