diff options
Diffstat (limited to 'packages/dev-tools-pages/tsconfig.json')
-rw-r--r-- | packages/dev-tools-pages/tsconfig.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/dev-tools-pages/tsconfig.json b/packages/dev-tools-pages/tsconfig.json deleted file mode 100644 index 6421cd459..000000000 --- a/packages/dev-tools-pages/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../tsconfig", - "compilerOptions": { - "allowSyntheticDefaultImports": true, - "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, - "composite": false, - "paths": { - "*": ["node_modules/@types/*", "*"] - } - }, - "include": ["./ts/**/*"] -} |