nixos-configs/apps/pin-inputs/tsconfig.json
matt1432 b8693b725b
All checks were successful
Discord / discord commits (push) Has been skipped
feat: init pin-inputs script
2025-01-27 18:16:59 -05:00

10 lines
176 B
JSON

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