Skip to content

Commit

Permalink
fix(cdk): correct folder path for types
Browse files Browse the repository at this point in the history
  • Loading branch information
Bender committed Oct 3, 2022
1 parent 82b78ef commit 4508c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"typeRoots": ["./node_modules/@types"]
"typeRoots": ["../node_modules/@types"]
},
"exclude": ["cdk.out"]
}

0 comments on commit 4508c24

Please sign in to comment.