chore(plugins): bulk add package boundary tsconfig rollout

This commit is contained in:
Vincent Koc
2026-04-07 08:48:08 +01:00
parent a543c240c9
commit d5ed6d26e9
171 changed files with 1609 additions and 29 deletions

View File

@@ -4,5 +4,13 @@
"rootDir": "."
},
"include": ["./*.ts", "./src/**/*.ts"],
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
"exclude": [
"./**/*.test.ts",
"./dist/**",
"./node_modules/**",
"./src/test-support/**",
"./src/**/*test-helpers.ts",
"./src/**/*test-harness.ts",
"./src/**/*test-support.ts"
]
}