tachybase_todo/packages/plugin-users/tsconfig.json

5 lines
125 B
JSON
Raw Normal View History

2021-12-08 09:10:44 +08:00
{
"extends": "../../tsconfig.json",
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["./esm/*", "./lib/*"]
}