mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 05:52:50 +00:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "ES2019"],
|
|
"rootDir": "src",
|
|
"baseUrl": "src",
|
|
"outDir": "lib"
|
|
}
|
|
}
|