Skip to content

Commit

Permalink
feat: update Anchor to v0.30.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman authored Apr 22, 2024
1 parent feca9f5 commit 327decb
Show file tree
Hide file tree
Showing 22 changed files with 2,171 additions and 2,255 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ export async function anchorApplicationGenerator(tree: Tree, rawOptions: AnchorA
return json
})

updateJson(tree, join(project.root, 'tsconfig.lib.json'), (json) => {
json.compilerOptions = {
...json.compilerOptions,
resolveJsonModule: true,
allowSyntheticDefaultImports: true,
}
return json
})

await anchorTemplateGenerator(tree, {
projectName: options.name,
name: 'base',
Expand Down
Loading

0 comments on commit 327decb

Please sign in to comment.