docusaurus/packages/create-docusaurus/tsconfig.json

10 lines
236 B
JSON

{
"extends": "../../tsconfig.base.json",
"references": [{"path": "./tsconfig.build.json"}],
"compilerOptions": {
"noEmit": true,
"rootDir": "."
},
"include": ["package.json", "bin"],
"exclude": ["**/__tests__/**"]
}