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