{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "lib", "jsx": "react-jsx", "declarationMap": true }, "include": ["src"] }