fennec-fe/tsconfig.eslint.json

6 lines
154 B
JSON
Raw Normal View History

2021-01-30 20:12:48 +08:00
// see https://github.com/typescript-eslint/typescript-eslint/issues/890
{
"extends": "./tsconfig.json",
"include": ["*.config.js", "src/**/*"]
}