{ "extends": "../../tsconfig.json", "compilerOptions": { "noEmit": true, "jsx": "react-jsx", "jsxImportSource": "react" }, "include": ["src/**/*.ts", "src/**/*.tsx", "test/**/*.ts", "test/**/*.tsx"] }