Files
fluxer/tsconfig.json
T

10 lines
200 B
JSON
Raw Normal View History

2026-02-17 12:22:36 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfigs/base.json",
"compilerOptions": {
"noEmit": true
},
"files": [],
"exclude": ["node_modules", "dist", "coverage"]
}