56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "out-tsc",
|
|
"tsBuildInfoFile": "out-tsc/tsconfig.app.tsbuildinfo",
|
|
"declaration": true,
|
|
"composite": true,
|
|
"types": ["node"],
|
|
"lib": ["DOM", "es2022"]
|
|
},
|
|
"files": [
|
|
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
|
|
"../../node_modules/@nx/react/typings/image.d.ts"
|
|
],
|
|
"exclude": [
|
|
"out-tsc",
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.js",
|
|
"**/*.test.js",
|
|
"**/*.spec.jsx",
|
|
"**/*.test.jsx",
|
|
"jest.config.ts",
|
|
"**/*.stories.ts",
|
|
"**/*.stories.js",
|
|
"**/*.stories.jsx",
|
|
"**/*.stories.tsx"
|
|
],
|
|
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"],
|
|
"references": [
|
|
{
|
|
"path": "../ui-code-block/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-common/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../shared/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../migrate/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-project-details/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../project-details/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "../ui-render-config/tsconfig.lib.json"
|
|
}
|
|
]
|
|
}
|