21 lines
491 B
JSON
21 lines
491 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"outDir": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
|
||
|
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
|
||
|
"../../node_modules/@nx/react/typings/image.d.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"src/**/*.spec.ts",
|
||
|
"src/**/*.spec.js",
|
||
|
"src/**/*.spec.tsx",
|
||
|
"src/**/*.spec.jsx",
|
||
|
"jest.config.ts"
|
||
|
],
|
||
|
"include": ["src/**/*", ".storybook/*.js"]
|
||
|
}
|