We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56781ca + d75ae74 commit 581cb22Copy full SHA for 581cb22
2 files changed
Source/Testing/package.json
@@ -15,7 +15,8 @@
15
"types": "Distribution/index.d.ts",
16
"files": [
17
"Distribution",
18
- ".mocharc.js"
+ ".mocharc.js",
19
+ "**/*.ts"
20
],
21
"scripts": {
22
"prebuild": "yarn clean",
Source/Testing/tsconfig.json
@@ -1,11 +1,8 @@
1
{
2
"extends": "@dolittle/typescript.config",
3
"compilerOptions": {
4
- "rootDir": "./",
5
"outDir": "Distribution",
6
- "declarationDir": "Distribution",
7
- "baseUrl": "./",
8
- "sourceRoot": "./",
+ "sourceRoot": "../",
9
},
10
"exclude": ["node_modules", "Distribution"],
11
"include": ["**/*.ts"]
0 commit comments