diff options
Diffstat (limited to 'packages/website/tsconfig.json')
-rw-r--r-- | packages/website/tsconfig.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/website/tsconfig.json b/packages/website/tsconfig.json deleted file mode 100644 index 8fbba17bb..000000000 --- a/packages/website/tsconfig.json +++ /dev/null @@ -1,28 +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/*", "*"] - }, - "module": "esnext", - "moduleResolution": "node" - }, - "awesomeTypescriptLoaderOptions": { - "useCache": true, - "reportFiles": ["./ts/**/*"] - }, - "include": ["./ts/**/*"] -} |