aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-03-28 19:18:54 +0200
committerGitHub <[email protected]>2022-03-28 19:18:54 +0200
commit8ab5effbfac0c0f00afb20881e01e14ecb19e569 (patch)
tree68d58606a78face689d05836ec577d20e653944e /tsconfig.json
parent94c96ba0dd69cf20bff63bdc64b4790c752ebd5d (diff)
downloadfaker-8ab5effbfac0c0f00afb20881e01e14ecb19e569.tar.xz
faker-8ab5effbfac0c0f00afb20881e01e14ecb19e569.zip
chore: use a standardized deprecated function (#689)
Co-authored-by: pkuczynski <[email protected]>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
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"]