Skip to content

Commit

Permalink
chore: add src to include array in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfreitas committed Jan 17, 2022
1 parent b4a9141 commit 4e049fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"exclude": [
"dist",
"node_modules",
Expand Down

0 comments on commit 4e049fb

Please sign in to comment.