Skip to content

Commit

Permalink
Modify tsconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tinvaan committed May 27, 2024
1 parent 2b128d1 commit 590a4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions provider/techstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"types": "dist/index.d.ts",
"files": [
"index.ts",
"!**/*.test.*",
"dist/bundle.js",
"dist/index.d.ts"
],
"sideEffects": false,
"scripts": {
"bundle": "tsc --build && esbuild --log-level=error --bundle --format=esm --outfile=dist/bundle.js index.ts",
"bundle": "tsc --build && esbuild --log-level=error --bundle --format=esm --platform=node --outfile=dist/bundle.js index.ts",
"build": "tsc --build",
"test": "vitest"
},
Expand Down
2 changes: 1 addition & 1 deletion provider/techstack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"lib": ["ESNext", "DOM"],
},
"include": ["*.ts"],
"exclude": ["dist", "vitest.config.ts"],
"exclude": ["dist", "*.test.*", "vitest.config.ts"],
"references": [{ "path": "../../lib/provider" }],
}

0 comments on commit 590a4ea

Please sign in to comment.