mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (#10256)
This commit is contained in:
parent
aab1f4868b
commit
6dd9a5076e
54 changed files with 45 additions and 247 deletions
|
@ -2,11 +2,7 @@
|
|||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"composite": true,
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": "lib/.tsbuildinfo",
|
||||
"rootDir": "src",
|
||||
"outDir": "lib"
|
||||
"tsBuildInfoFile": "lib/.tsbuildinfo-build"
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["templates/", "**/__tests__/**"]
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"noEmit": true,
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": ["bin"],
|
||||
"include": ["package.json", "bin"],
|
||||
"exclude": ["**/__tests__/**"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue