mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"jsx": "react-native"
|
|
},
|
|
"include": ["src/theme/", "src/*.d.ts", "src/custom-buble.ts"]
|
|
}
|