{
    "extends": "../tsproject.json",
    "compilerOptions": {
        "outDir": "../dist/",
        "rootDir": ".",
        "module": "ES2020",
        "target": "ES2017",
        "lib": ["es2015", "DOM", "ES2019.Object"],
        "moduleResolution": "node",
        "jsx": "react",
        "allowSyntheticDefaultImports": true
    },
    "exclude": ["./bin"]
}
