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

25 lines
407 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "out-tsc/spec",
"customConditions": ["@nx/nx-source"],
"types": ["jest", "node"],
"composite": true
},
"include": [
"jest.config.ts",
"**/*.test.ts",
"**/*.spec.ts",
"**/*.d.ts",
"*.json"
],
"references": [
{
"path": "../nx"
},
{
"path": "./tsconfig.lib.json"
}
]
}