ConvertX/tsconfig.eslint.json

8 lines
149 B
JSON

{
"compilerOptions": {
"noEmit": true
},
"extends": "./tsconfig.json",
"include": ["src", "tests", "eslint.config.ts", "package.json"]
}