nocobase/packages/plugin-workflow/tsconfig.json

5 lines
125 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["./esm/*", "./lib/*"]
}