Skip to content

Commit

Permalink
Consume core arches types in projects #11234
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jul 23, 2024
1 parent 2dc5abe commit 44fb13b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions arches/install/arches-templates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"baseUrl": "{{ project_name }}/src/",
"paths": {
"@/arches/*": [
"./node_modules/arches/arches/app/src/arches/*.ts",
"./node_modules/arches/arches/app/src/arches/*.vue"
],
"@/*": [
"*.ts",
"*.vue"
"./{{ project_name }}/src/*.ts",
"./{{ project_name }}/src/*.vue"
]
}
},
Expand Down

0 comments on commit 44fb13b

Please sign in to comment.