Skip to content

Commit cc899eb

Browse files
committed
Merge branch 'main' of github.com:mongodb-js/devtools-shared into gagik/download-dir
2 parents 7078c3f + 4a94687 commit cc899eb

File tree

86 files changed

+1498
-579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1498
-579
lines changed

configs/tsconfig-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/tsconfig-devtools",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Shared Devtools Typescript configuration",
55
"license": "SSPL",
66
"files": [

configs/tsconfig-devtools/tsconfig.common.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"outDir": "${configDir}/dist",
34
"allowJs": false,
45
"esModuleInterop": true,
56
"downlevelIteration": true,
@@ -14,5 +15,7 @@
1415
"sourceMap": true,
1516
"strict": true,
1617
"target": "ES2021"
17-
}
18+
},
19+
"include": ["${configDir}/src/**/*"],
20+
"exclude": ["${configDir}/src/**/*.spec.*"]
1821
}

0 commit comments

Comments
 (0)