mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
adjust ts configs for showcase
This commit is contained in:
parent
2c995530c0
commit
57665a8463
2 changed files with 4 additions and 14 deletions
|
@ -1,15 +1,9 @@
|
||||||
{
|
{
|
||||||
"extends": "../../tsconfig.base.json",
|
"extends": "../../tsconfig.base.client.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noEmit": false,
|
|
||||||
"composite": true,
|
|
||||||
"incremental": true,
|
|
||||||
"tsBuildInfoFile": "./lib/.tsbuildinfo-client",
|
|
||||||
"moduleResolution": "bundler",
|
|
||||||
"module": "esnext",
|
|
||||||
"target": "esnext",
|
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"outDir": "lib"
|
"outDir": "lib",
|
||||||
|
"tsBuildInfoFile": "lib/.tsbuildinfo-client"
|
||||||
},
|
},
|
||||||
"include": ["src/client", "src/*.d.ts"],
|
"include": ["src/client", "src/*.d.ts"],
|
||||||
"exclude": ["**/__tests__/**"]
|
"exclude": ["**/__tests__/**"]
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
"extends": "../../tsconfig.base.json",
|
"extends": "../../tsconfig.base.json",
|
||||||
"references": [
|
"references": [{"path": "./tsconfig.client.json"}],
|
||||||
{
|
|
||||||
"path": "./tsconfig.client.json"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue