mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
f3951e1680
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8079 Co-authored-by: Stefano Magni <173663+NoriSte@users.noreply.github.com> GitOrigin-RevId: 46b1ed03ab225fccc9d769203d1af11a6bcdb63e
28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"outDir": ""
|
|
},
|
|
"files": [
|
|
"../../../../node_modules/@nrwl/react/typings/styled-jsx.d.ts",
|
|
"../../../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
|
|
"../../../../node_modules/@nrwl/react/typings/image.d.ts"
|
|
],
|
|
"exclude": [
|
|
"../**/*.spec.ts",
|
|
"../**/*.spec.js",
|
|
"../**/*.spec.tsx",
|
|
"../**/*.spec.jsx",
|
|
"jest.config.ts"
|
|
],
|
|
"include": [
|
|
"../src/**/*.stories.ts",
|
|
"../src/**/*.stories.js",
|
|
"../src/**/*.stories.jsx",
|
|
"../src/**/*.stories.tsx",
|
|
"../src/**/*.stories.mdx",
|
|
"*.js"
|
|
]
|
|
}
|