Skip to content

Commit

Permalink
chore: update the tsconfig.json for common
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung committed Mar 18, 2022
1 parent ba8b35f commit 199f6fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"preserveConstEnums": true,
"sourceMap": false,
"outDir": "./esm",
"rootDir": ".",
"rootDir": "./src",
"paths": {
"@test/*": ["../../test/*"]
}
},
"include": ["./src"]
"include": ["./src"],
"exclude": ["src/**/__tests__/*"]
}

0 comments on commit 199f6fb

Please sign in to comment.