mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 15:42:48 +00:00
* refactor: enable a few TS flags * refactor * revert to working version * fix * better * change
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "ES2019"],
|
|
"module": "esnext",
|
|
"noEmit": true,
|
|
"jsx": "react-native",
|
|
"baseUrl": "src"
|
|
},
|
|
"include": ["src/"]
|
|
}
|