docusaurus/packages/docusaurus-theme-classic/tsconfig.json

10 lines
197 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"module": "esnext",
"noEmit": true
},
"include": ["src/"],
"exclude": ["**/__tests__/**"]
}