mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
094f35666f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7666 GitOrigin-RevId: 914ed0935faa266716bdcd8ef0eca0304e5a0b0d
29 lines
673 B
JSON
29 lines
673 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../../dist/out-tsc",
|
|
"types": ["node"]
|
|
},
|
|
"files": [
|
|
"../../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
|
|
"../../../node_modules/@nrwl/react/typings/image.d.ts",
|
|
"../../../types/externalNotTypesLibs.d.ts"
|
|
],
|
|
"exclude": [
|
|
"jest.config.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.js",
|
|
"**/*.test.js",
|
|
"**/*.spec.jsx",
|
|
"**/*.test.jsx",
|
|
"**/*.stories.ts",
|
|
"**/*.stories.js",
|
|
"**/*.stories.jsx",
|
|
"**/*.stories.tsx"
|
|
],
|
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
|
}
|