mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
* refactor: use TS project references instead of running tsc multiple times * deduplicate * dedup * eliminate --project * add swc config * add target
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"references": [{"path": "./tsconfig.build.json"}],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "esnext",
|
|
"allowJs": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["bin"]
|
|
}
|