Files
ai-inference/tsconfig.eslint.json
T
2025-07-24 18:08:26 +10:00

17 lines
317 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"noEmit": true
},
"exclude": ["dist", "node_modules"],
"include": [
"__fixtures__",
"__tests__",
"src",
"eslint.config.mjs",
"rollup.config.ts"
]
}