mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +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
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
||||
"tsBuildInfoFile": "lib/.tsbuildinfo",
|
||||
"sourceMap": true,
|
||||
"declarationMap": true,
|
||||
"rootDir": "src",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue