aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/tsconfig.json')
-rw-r--r--packages/dev-tools-pages/tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/dev-tools-pages/tsconfig.json b/packages/dev-tools-pages/tsconfig.json
index f5d4f62c2..6421cd459 100644
--- a/packages/dev-tools-pages/tsconfig.json
+++ b/packages/dev-tools-pages/tsconfig.json
@@ -5,13 +5,14 @@
"outDir": "./transpiled/",
"jsx": "react",
"baseUrl": "./",
+ "allowJs": true,
+ "strictNullChecks": false,
+ "noImplicitThis": false,
// tsconfig.json at the monorepo root contains some options required for
// project references which do not work for website. We override those
// options here.
"declaration": false,
"declarationMap": false,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
"composite": false,
"paths": {
"*": ["node_modules/@types/*", "*"]