nixos-configs/apps/config/tsconfig.json

11 lines
168 B
JSON
Raw Normal View History

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