test/apps/admin/tsconfig.eslint.json

6 lines
151 B
JSON
Raw Normal View History

2024-05-07 16:24:43 +00:00
{
"extends": "./tsconfig.json",
"include": ["./src", "./test", "./typings", "./scripts", "**.cjs", "**.ts"],
"exclude": ["node_modules"]
}