mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "ES2019"],
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
}
|
|
}
|