Files
openmaic/OpenMAIC/packages/@openmaic/generation/tsconfig.test.json
2026-08-16 14:58:47 +08:00

13 lines
401 B
JSON

{
// The package build compiles `src` only, so the test tree is otherwise not
// type-checked from inside the package. Run this alongside the build
// typecheck so fixture probes and their `@ts-expect-error` guards stay live.
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"rootDir": "."
},
"include": ["src", "test"],
"exclude": ["node_modules", "dist"]
}