Skip to content

Commit 581cb22

Browse files
authored
Merge pull request #40 from dolittle/update-etsting
Fix Testing package and tsconfig
2 parents 56781ca + d75ae74 commit 581cb22

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Source/Testing/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"types": "Distribution/index.d.ts",
1616
"files": [
1717
"Distribution",
18-
".mocharc.js"
18+
".mocharc.js",
19+
"**/*.ts"
1920
],
2021
"scripts": {
2122
"prebuild": "yarn clean",

Source/Testing/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"extends": "@dolittle/typescript.config",
33
"compilerOptions": {
4-
"rootDir": "./",
54
"outDir": "Distribution",
6-
"declarationDir": "Distribution",
7-
"baseUrl": "./",
8-
"sourceRoot": "./",
5+
"sourceRoot": "../",
96
},
107
"exclude": ["node_modules", "Distribution"],
118
"include": ["**/*.ts"]

0 commit comments

Comments
 (0)