chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user