refactor(plugins): inherit shared package boundary settings (#117474)

This commit is contained in:
Peter Steinberger
2026-08-01 09:11:09 -07:00
committed by GitHub
parent ae1ab269eb
commit 568ea29d2e
127 changed files with 150 additions and 1757 deletions
+1 -14
View File
@@ -1,16 +1,3 @@
{
"extends": "../tsconfig.package-boundary.base.json",
"compilerOptions": {
"rootDir": "."
},
"include": ["./*.ts", "./src/**/*.ts"],
"exclude": [
"./**/*.test.ts",
"./dist/**",
"./node_modules/**",
"./src/test-support/**",
"./src/**/*test-helpers.ts",
"./src/**/*test-harness.ts",
"./src/**/*test-support.ts"
]
"extends": "../tsconfig.package-boundary.base.json"
}