diff --git a/toolbox b/toolbox index 80cde969a1..f5327bad86 160000 --- a/toolbox +++ b/toolbox @@ -1 +1 @@ -Subproject commit 80cde969a1753f2196c19b0cfaa2306d5955a53d +Subproject commit f5327bad863b77fe6fcaf6cc120245e8b5df491e diff --git a/tsconfig.json b/tsconfig.json index cd105cf323..ac37d2d283 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,7 @@ "experimentalDecorators": true, "downlevelIteration": true, "skipLibCheck": true, - "strict": true + "strict": true, + "allowImportingTsExtensions": true } }