Files
lcbp3/backend/tsconfig.eslint.json
T
admin 0227b7b982
CI / CD Pipeline / build (push) Successful in 4m16s
CI / CD Pipeline / deploy (push) Successful in 11m51s
feat(ai-runtime): complete ai runtime policy refactor (ADR-035)
2026-06-12 08:07:15 +07:00

19 lines
346 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"allowJs": true,
"noEmit": true
},
"include": [
"src/**/*.ts",
"test/**/*.ts",
"tests/**/*.ts",
"scratch/**/*.ts",
"scratch/**/*.js",
"jest.config.js",
"*.config.mjs"
],
"exclude": ["node_modules", "dist", "documentation"]
}