You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
613 B
27 lines
613 B
2 years ago
|
{
|
||
|
"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"
|
||
|
],
|
||
|
"include": [
|
||
|
"../src/**/*.stories.ts",
|
||
|
"../src/**/*.stories.js",
|
||
|
"../src/**/*.stories.jsx",
|
||
|
"../src/**/*.stories.tsx",
|
||
|
"../src/**/*.stories.mdx",
|
||
|
"*.js"
|
||
|
]
|
||
|
}
|