feat(ai-runtime): complete ai runtime policy refactor (ADR-035)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user