mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
6289b06453
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6450 GitOrigin-RevId: 4ee8e72fe62edef0f04be9f6dc66b3788dc9a0f4
25 lines
567 B
JSON
25 lines
567 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"
|
|
],
|
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
|
}
|