{
    "$schema": "https://json.schemastore.org/tsconfig",
    "extends": "./base.json",
    "compilerOptions": {
        "lib": ["ES2015"],
        "module": "ESNext",
        "target": "ES6",
        "jsx": "react-jsx",
        "noEmit": true
    }
}
