34 lines
677 B
JSON
34 lines
677 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"types": ["node"]
|
|
},
|
|
"files": [
|
|
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
|
|
"../../node_modules/@nx/react/typings/image.d.ts"
|
|
],
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.js",
|
|
"**/*.test.js",
|
|
"**/*.spec.jsx",
|
|
"**/*.test.jsx",
|
|
"**/*.stories.ts",
|
|
"**/*.stories.js",
|
|
"**/*.stories.jsx",
|
|
"**/*.stories.tsx",
|
|
"jest.config.ts"
|
|
],
|
|
"include": [
|
|
"**/*.js",
|
|
"**/*.jsx",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"src/primitives/typography.stories.mdx"
|
|
]
|
|
}
|