Skip to content

Commit

Permalink
fix: tsconfig exclude, include 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
choisohyun committed Jul 30, 2024
1 parent 01793b1 commit cbcb559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
"noUnusedParameters": true /* Raise an error when a function parameter isn't read. */,
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
"noImplicitReturns": true
}
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/dist"]
}

0 comments on commit cbcb559

Please sign in to comment.