procyon/packages/api/tsconfig.build.json
romanjaros cda0d4569f
Some checks failed
forgejo/Procyon/procyon/pipeline/head There was a failure building this commit
Remove unused hooks and utils, simplify Field component, and adjust imports
2024-07-08 15:48:17 +00:00

19 lines
No EOL
266 B
JSON

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