{
    "compilerOptions": {
        "moduleResolution": "node",
        "experimentalDecorators": true,
        "noEmitOnError": true,
        "listFiles": true,
        "strict": true,
        "types": [],
        "target": "ESNext"
    }
}