monorepo/apps/admin/tsconfig.eslint.json

6 lines
145 B
JSON
Raw Normal View History

2024-06-25 21:59:50 +08:00
{
"extends": "./tsconfig.json",
"include": ["./src", "./test", "./typings", "./scripts", "**.cjs", "**.ts"],
"exclude": ["node_modules"]
}