mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:34:13 +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>
9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"declaration": true
|
|
},
|
|
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
|
|
"exclude": ["./src/__tests__/*", "./esm/*", "./lib/*"]
|
|
} |