Files
2026-07-13 12:38:36 +08:00

29 lines
473 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist/spec",
"types": ["jest", "node"],
"composite": true
},
"include": [
"jest.config.ts",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
],
"references": [
{
"path": "../../packages/nx"
},
{
"path": "../../packages/plugin"
},
{
"path": "../../packages/eslint"
},
{
"path": "./tsconfig.lib.json"
}
]
}