{
    "compilerOptions": {
        "module": "commonjs",
        "esModuleInterop": true,
        "outDir": "./dist",
        "rootDir": "./src",
        "target": "es6",
        "skipLibCheck": true,
        "strict": true,
    }
}