Skip to content

Commit

Permalink
feat: update Anchor to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Apr 22, 2024
1 parent feca9f5 commit 0fe03f8
Show file tree
Hide file tree
Showing 20 changed files with 2,132 additions and 2,216 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 0fe03f8

Please sign in to comment.