convertor/tsconfig.eslint.json
2025-11-14 19:27:30 +01:00

7 lines
157 B
JSON

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