Skip to content

Commit

Permalink
Merge pull request #1885 from SUI-Components/sui-bundler-template-pos…
Browse files Browse the repository at this point in the history
…tinstall

feat(packages/sui-bundler): modify the postinstall tsconfig template
  • Loading branch information
andresin87 authored Dec 18, 2024
2 parents 7ddabe8 + 82a340e commit 808384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-bundler/scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const tsConfigTemplate = `\
"compilerOptions": {
"rootDir": "./"
},
"include": ["src", "domain", "components"]
"include": ["src", "domain", "components", "utils"]
}`

const md5 = str => crypto.createHash('md5').update(str).digest('hex')
Expand Down

0 comments on commit 808384e

Please sign in to comment.