Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonstudio committed Jul 9, 2024
1 parent 9e69a65 commit 65520b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"baseUrl": "./",
"paths": {
"@/*": ["./*"],
"chrome-ai-polyfill": ["./src/polyfill/index.ts"],
"chrome-ai/*": ["./src/*"]
"chrome-ai/*": ["./src/*"],
"chrome-ai": ["./src/index.ts"]
},
"incremental": true
},
Expand Down

0 comments on commit 65520b8

Please sign in to comment.