Skip to content

Commit

Permalink
fix(project): fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 18, 2021
1 parent 33b0467 commit c8aff09
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tsconfig.jest.json
Expand Up @@ -3,7 +3,13 @@
"compilerOptions": {
"jsx": "react",
"paths": {
"@formily/*": ["./packages/*"]
"@formily/*": [
"./packages/*/src"
]
}
}
}
},
"exclude": [
"./packages/*/esm",
"./packages/*/lib"
]
}

0 comments on commit c8aff09

Please sign in to comment.