Skip to content

Commit

Permalink
Typescript config
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Harrison <philip@mailharrison.com>
  • Loading branch information
feelepxyz committed Oct 27, 2023
1 parent 68fa406 commit e1643e6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@total-typescript/shoehorn": "^0.1.1",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
"outDir": "dist"
},
"exclude": ["./dist"],
"references": [
{ "path": "../generate-provenance" }
]
}
3 changes: 2 additions & 1 deletion packages/generate-provenance/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"importHelpers": true,
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"composite": true
},
"exclude": ["./dist"],
}
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"declaration": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit e1643e6

Please # to comment.