mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"jsx": "react-native"
|
|
},
|
|
"include": ["src/theme/", "src/*.d.ts"]
|
|
}
|