Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 17, 2025
1 parent 121af3c commit 535af73
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions apps/admin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{
"extends": "../../tsconfig",
"include": ["src"],
"references": [
{
"path": "../../../packages/app-admin/tsconfig.build.json"
}
"include": [
"src"
],
"compilerOptions": {
"composite": false,
"paths": {
"~/*": ["./src/*"],
"@webiny/app-admin/*": ["../../../packages/app-admin/src/*"]
},
"baseUrl": "."
"composite": false
}
}
}

0 comments on commit 535af73

Please sign in to comment.