Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghakseo committed Apr 7, 2024
1 parent 9b6c5e3 commit 31c0124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions apps/chrome-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@
"extends": "@chrome-extension-boilerplate/tsconfig/app.json",
"compilerOptions": {
"baseUrl": "./",
"types": ["vite/client", "node", "chrome", "./src/global.d.ts"],
"types": ["vite/client", "node", "chrome"],
"paths": {
"@root/*": ["./*"],
"@src/*": ["src/*"],
"@assets/*": ["src/assets/*"],
"@pages/*": ["src/pages/*"],
"virtual:reload-on-update-in-background-script": ["./src/global.d.ts"],
"virtual:reload-on-update-in-view": ["./src/global.d.ts"]
"@lib/*": ["lib/*"],
}
},
"exclude": ["./graphql/types.ts", "./graphql/mock/index.ts", "**/__generated__"],
"include": ["src", "utils", "vite.config.ts", "node_modules/@types"]
}
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"build": {
"dependsOn": ["clean", "^clean", "^build"],
"outputs": ["dist/**", "build/**"]
"outputs": ["../../dist/**", "dist/**", "build/**"]
},
"type-check": {
"cache": false
Expand Down

0 comments on commit 31c0124

Please sign in to comment.