nixos-configs/apps/mc-mods/tsconfig.json
matt1432 e3855ffb5e
All checks were successful
Discord / discord commits (push) Has been skipped
feat(mc-mods): init new script
2025-02-20 16:23:56 -05:00

10 lines
176 B
JSON

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