Skip to content

Commit

Permalink
fix: try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Mar 28, 2024
1 parent 8b6106f commit cd0da3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,5 @@ android/keystores/debug.keystore
.vscode/
jsconfig.json
.nx/cache

**/package.tgz
Binary file modified doc/.yarn/install-state.gz
Binary file not shown.
5 changes: 4 additions & 1 deletion packages/core/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {}
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.tsx"
]
}

0 comments on commit cd0da3a

Please sign in to comment.