mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"moduleResolution": "bundler",
|
|
"module": "esnext",
|
|
"target": "esnext"
|
|
}
|
|
}
|