From 8ab5effbfac0c0f00afb20881e01e14ecb19e569 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Mon, 28 Mar 2022 19:18:54 +0200 Subject: chore: use a standardized deprecated function (#689) Co-authored-by: pkuczynski --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index aea7ca43..06a5489f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ // "strictPropertyInitialization": true, // "noImplicitAny": true, // "noImplicitThis": true, - "useUnknownInCatchVariables": true + "useUnknownInCatchVariables": true, + "stripInternal": true }, "include": ["src/**/*"], "exclude": ["node_modules"] -- cgit v1.2.3