mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:35:28 +00:00
fd32705954
* feat: getRepository * getRepository return type * export action * add: acl * feat: setResourceAction * feat: action alias * chore: code struct * feat: removeResourceAction * chore: file name * ignorecase * remove ACL * feat: ACL * feat: role toJSON * using emit Co-authored-by: chenos <chenlinxh@gmail.com>
5 lines
125 B
JSON
5 lines
125 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
|
|
"exclude": ["./esm/*", "./lib/*"]
|
|
} |