26 lines
529 B
JSON
26 lines
529 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../scripts/tools-out",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../packages/devkit/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../packages/nx/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../nx-dev/models-package/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../nx-dev/models-document/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../nx-dev/data-access-documents/tsconfig.lib.json"
|
|
}
|
|
]
|
|
}
|