docusaurus/packages/docusaurus-migrate/tsconfig.json

12 lines
239 B
JSON

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