mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@app/*": ["./src/*"],
|
|
"@fluxer/*": ["./../packages/*", "./../packages/*/src/index.ts"],
|
|
"@pkgs/*": ["./pkgs/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "scripts/**/*", "pkgs/**/*"]
|
|
}
|