browsertrix-crawler/tsconfig.eslint.json

9 lines
172 B
JSON
Raw Normal View History

{
"compilerOptions": {
"noEmit": true
},
"extends": "./tsconfig.json",
"include": ["**/*.ts", "**/*.js", ".*.js"],
"exclude": ["dist", "configs", "crawls"]
}