21 lines
489 B
JSON
21 lines
489 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": [
|
|
"../**/*.spec.ts",
|
|
"../**/*.spec.js",
|
|
"../**/*.spec.tsx",
|
|
"../**/*.spec.jsx",
|
|
"jest.config.ts"
|
|
],
|
|
"include": ["../src/**/*", "*.js"]
|
|
}
|