2022-03-24 14:29:38 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../dist/out-tsc",
|
|
|
|
"types": ["node"]
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
|
|
|
|
"../../node_modules/@nrwl/next/typings/image.d.ts"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"**/*.spec.ts",
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.spec.tsx",
|
|
|
|
"**/*.test.tsx",
|
|
|
|
"**/*.spec.js",
|
|
|
|
"**/*.test.js",
|
|
|
|
"**/*.spec.jsx",
|
2022-08-16 07:18:55 +00:00
|
|
|
"**/*.test.jsx",
|
|
|
|
"**/*.stories.ts",
|
|
|
|
"**/*.stories.js",
|
|
|
|
"**/*.stories.jsx",
|
|
|
|
"**/*.stories.tsx"
|
2022-03-24 14:29:38 +00:00
|
|
|
],
|
|
|
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
|
|
|
}
|