This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
packwatch/tsconfig.eslint.json

8 lines
130 B
JSON
Raw Normal View History

2023-03-22 03:53:06 +00:00
{
"extends": "./tsconfig.json",
"include": ["src", "tests", ".eslintrc.js"],
"exclude": [
"dist/**/*"
]
}