mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065)
This commit is contained in:
parent
e736dcb879
commit
f88da6c66d
56 changed files with 149 additions and 228 deletions
2
.eslintrc.js
vendored
2
.eslintrc.js
vendored
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
// tsconfigRootDir: __dirname,
|
||||
// project: ['./tsconfig.json', './website/tsconfig.json'],
|
||||
// project: ['./tsconfig.base.json', './website/tsconfig.base.json'],
|
||||
},
|
||||
globals: {
|
||||
JSX: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue