{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc" }, "exclude": [ "**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts" ], "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] }