32 lines
659 B
JSON
32 lines
659 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"composite": true,
|
|
"types": ["node"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../ui-markdoc/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-common/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-primitives/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-icons/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../feature-search/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../data-access-documents/tsconfig.lib.json"
|
|
}
|
|
],
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
|
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"]
|
|
}
|