52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"types": [],
|
|
"lib": ["DOM", "ES2022"],
|
|
"composite": true,
|
|
"declaration": true,
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"strict": false
|
|
},
|
|
"files": [],
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.tsx",
|
|
"jest.config.ts"
|
|
],
|
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"],
|
|
"references": [
|
|
{
|
|
"path": "../ui-animations/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-references/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../models-menu/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../feature-search/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-icons/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../feature-analytics/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-theme/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-primitives/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../models-document/tsconfig.lib.json"
|
|
}
|
|
]
|
|
}
|