Skip to content

Commit

Permalink
Merge branch 'fix_tsconfig_error' into feat_bedrock_kb
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang committed Aug 6, 2024
2 parents 6d6149a + 293e5de commit 871dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"typeRoots": ["./node_modules/@types"],
"outDir": "dist"
},
"exclude": ["node_modules", "cdk.out", "lib/user-interface/react-app"]
"exclude": ["dist", "node_modules", "cdk.out", "lib/user-interface/react-app"]
}

0 comments on commit 871dcc1

Please sign in to comment.