Skip to content

Commit 590a4ea

Browse files
committed
Modify tsconfig settings
1 parent 2b128d1 commit 590a4ea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

provider/techstack/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
"types": "dist/index.d.ts",
1414
"files": [
1515
"index.ts",
16-
"!**/*.test.*",
1716
"dist/bundle.js",
1817
"dist/index.d.ts"
1918
],
2019
"sideEffects": false,
2120
"scripts": {
22-
"bundle": "tsc --build && esbuild --log-level=error --bundle --format=esm --outfile=dist/bundle.js index.ts",
21+
"bundle": "tsc --build && esbuild --log-level=error --bundle --format=esm --platform=node --outfile=dist/bundle.js index.ts",
2322
"build": "tsc --build",
2423
"test": "vitest"
2524
},

provider/techstack/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"lib": ["ESNext", "DOM"],
77
},
88
"include": ["*.ts"],
9-
"exclude": ["dist", "vitest.config.ts"],
9+
"exclude": ["dist", "*.test.*", "vitest.config.ts"],
1010
"references": [{ "path": "../../lib/provider" }],
1111
}

0 commit comments

Comments
 (0)