Skip to content

Commit

Permalink
ts config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Oct 2, 2024
1 parent 2df05b9 commit 24cfd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

"strict": true,
"noImplicitOverride": true,
"forceConsistentCasingInFileNames": true,

"skipLibCheck": true,
"typeRoots": ["types", "node_modules/@types"]
Expand Down
1 change: 1 addition & 0 deletions tsconfig.publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"noEmitOnError": true,
"outDir": "dist"
},
"include": ["lib/**/*", "types/**/*"]
Expand Down

0 comments on commit 24cfd82

Please sign in to comment.