{ "$schema": "https://json.schemastore.org/tsconfig", "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", "lib": ["ES2015", "DOM"], "module": "ESNext", "target": "es6", "sourceMap": true } }