monorepo/packages/store/tsconfig.eslint.json

5 lines
128 B
JSON
Raw Normal View History

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