docusaurus/packages/docusaurus-theme-classic/tsconfig.json
Joshua Chen 4db0c620de
refactor: enable a few TS flags (#6852)
* refactor: enable a few TS flags

* refactor

* revert to working version

* fix

* better

* change
2022-03-06 13:09:10 +08:00

11 lines
212 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"module": "esnext",
"noEmit": true,
"jsx": "react-native",
"baseUrl": "src"
},
"include": ["src/"]
}