mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"extends": "../../tsconfigs/package.json",
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|