nixos-configs/apps/update-sources/tsconfig.json
matt1432 39222ed9ca
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(apps): use same eslint config for every app
2024-12-20 18:46:24 -05:00

10 lines
176 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../config/tsconfig.base.json",
"includes": [
"*.ts",
"**/*.ts",
"*.js",
"**/*.js"
]
}