{ "extends": "../tsconfig.settings.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "jsx": "react-jsx", "skipLibCheck": true, "target": "ES2020" }, "include": ["src"], "references": [ { "path": "../media-parser" } ] }