{
    "compilerOptions": {
        "target": "ES2015",
        "module": "ES2015",
        "lib": ["ES2015"],
        "skipLibCheck": true,
        "disableSizeLimit": true,
        "experimentalDecorators": true,
        "noImplicitAny": true,
        "rootDir": "."
    }
}
