Files
docmd-io--docmd/packages/plugins/okf/tests/tsconfig.json
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

11 lines
262 B
JSON

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "..",
"noEmit": true,
"strict": false,
"types": ["node"]
},
"include": ["../src/**/*", "./**/*"],
"exclude": ["node_modules", "../dist", "../node_modules"]
}