nixos-configs/apps/mc-mods/tsconfig.json

11 lines
176 B
JSON
Raw Normal View History

2025-02-20 16:23:56 -05:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../config/tsconfig.base.json",
"includes": [
"*.ts",
"**/*.ts",
"*.js",
"**/*.js"
]
}