nixos-configs/apps/extract-subs/tsconfig.json

11 lines
164 B
JSON
Raw Permalink Normal View History

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