procyon/packages/auth/tsconfig.build.json
Roman Jaroš f83ec4a3b8
All checks were successful
forgejo/Procyon/procyon/pipeline/pr-develop This commit looks good
forgejo/Procyon/procyon/pipeline/head This commit looks good
Rework baseQuery reauth
2023-11-13 14:37:13 +01:00

22 lines
No EOL
320 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"composite": true,
"rootDir": "./src"
},
"include": [
"./src"
],
"exclude": [
"**/__tests__/**/*",
],
"references": [
{
"path": "../types/tsconfig.build.json"
},
{
"path": "../utils/tsconfig.build.json"
},
],
}