{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "module": "commonjs", "jsx": "react-jsx", "declaration": true, "emitDeclarationOnly": true, "skipLibCheck": true }, "include": ["src/**/*"] }