aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorBrad Beggs <[email protected]>2023-02-14 03:16:27 -0700
committerGitHub <[email protected]>2023-02-14 10:16:27 +0000
commitf9e5ba706aa23ce958b9f82b09814a98ce830515 (patch)
tree8bfb0d8708933e9d6efe2f691ad007973380b16d /tsconfig.json
parentc46c53948efaf9ccb2597f36954128f914b73179 (diff)
downloadfaker-f9e5ba706aa23ce958b9f82b09814a98ce830515.tar.xz
faker-f9e5ba706aa23ce958b9f82b09814a98ce830515.zip
chore: remove comments in tsconfig.json (#1811)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json
index f96902eb..539c9ac2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,12 +8,7 @@
"esModuleInterop": true,
"allowJs": true,
"alwaysStrict": true,
- // "strictNullChecks": true,
- // "strictBindCallApply": true,
"strictFunctionTypes": true,
- // "strictPropertyInitialization": true,
- // "noImplicitAny": true,
- // "noImplicitThis": true,
"useUnknownInCatchVariables": true,
"stripInternal": true,
"baseUrl": "."