mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 17:28:57 +02:00
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"types": []
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|