BatchExplorer/tsconfig.eslint.json

14 строки
208 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts",
"test/**/*.ts",
"config/**/*.ts",
"package/**/*.ts",
"publish/**/*.ts",
"scripts/**/*.ts",
"swagger/**/*.ts"
]
}