Skip to content

Commit

Permalink
Build with tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 31, 2022
1 parent 037ff27 commit 936fdf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"noEmit": true,
"rootDir": "src",
"outDir": "dist",
"alwaysStrict": true,
"skipLibCheck": true,
"strict": true,
"preserveConstEnums": true,
"sourceMap": true
"declaration": true
},
"include": ["src"],
"exclude": ["node_modules", "dist", "test"]
Expand Down

0 comments on commit 936fdf5

Please sign in to comment.