fluxer/tsconfig.json
2026-02-17 12:22:36 +00:00

10 lines
200 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfigs/base.json",
"compilerOptions": {
"noEmit": true
},
"files": [],
"exclude": ["node_modules", "dist", "coverage"]
}