{
    "compilerOptions": {
        "allowJs": true,
        "target": "esnext",
        "module": "esnext",
        "strict": false, // TODO: Make this strict eventually
        "outDir": "lib/",
        "skipLibCheck": true,
        "rootDir": "src"
    },
    "include": [
        "src/*.ts",
    ],
    "exclude": [
        "node_modules"
    ]
}