about summary refs log tree commit diff
path: root/users/Profpatsch/lyric/tsconfig.json
{
    "compilerOptions": {
        "target": "ES2017",
        "module": "ESNext",
        "outDir": "dist",
        "strict": true,
        "skipLibCheck": true,
        "sourceMap": true,
        "esModuleInterop": true
    },
    "include": [
        "src/**/*.ts",
    ],
    "exclude": [
        "node_modules"
    ]
}