mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfigs/base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"files": [],
|
|
"exclude": ["node_modules", "dist", "coverage"]
|
|
}
|