Skip to content

Commit

Permalink
Merge pull request #40 from dolittle/update-etsting
Browse files Browse the repository at this point in the history
Fix Testing package and tsconfig
  • Loading branch information
woksin committed Dec 7, 2022
2 parents 56781ca + d75ae74 commit 581cb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Source/Testing/package.json
Expand Up @@ -15,7 +15,8 @@
"types": "Distribution/index.d.ts",
"files": [
"Distribution",
".mocharc.js"
".mocharc.js",
"**/*.ts"
],
"scripts": {
"prebuild": "yarn clean",
Expand Down
5 changes: 1 addition & 4 deletions Source/Testing/tsconfig.json
@@ -1,11 +1,8 @@
{
"extends": "@dolittle/typescript.config",
"compilerOptions": {
"rootDir": "./",
"outDir": "Distribution",
"declarationDir": "Distribution",
"baseUrl": "./",
"sourceRoot": "./",
"sourceRoot": "../",
},
"exclude": ["node_modules", "Distribution"],
"include": ["**/*.ts"]
Expand Down

0 comments on commit 581cb22

Please sign in to comment.