mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"extends": "../../../tsconfigs/package.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@fluxer/*": ["../../../packages/*", "../../../packages/*/src/index.ts"],
|
|
"@pkgs/*": ["../*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|