Skip to content

Commit

Permalink
Add outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Nov 9, 2023
1 parent 5995500 commit 456ad08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"isolatedModules": true,
"allowJs": true,
"resolveJsonModule": true,
"checkJs": true,

"moduleResolution": "Bundler",
"module": "ESNext",
Expand All @@ -25,7 +26,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,

"checkJs": true
"outDir": "lib"
},
"exclude": ["node_modules", "lib", "*.ignore.ts"]
}

0 comments on commit 456ad08

Please sign in to comment.