youfoundjk_TeXcore/tsconfig.eslint.json
2026-06-04 20:12:07 +02:00

15 lines
312 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": ["node", "jest"]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"test_helpers/**/*.ts",
"test_helpers/**/*.tsx",
"__mocks__/**/*.ts"
],
"exclude": ["node_modules", "dist", "build", "main.js"]
}