Skip to content

Commit

Permalink
fix: tsconfig.json 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Aug 12, 2023
1 parent f2f0add commit 3ed4139
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
}
]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"**/**/*.tsx",
".next/types/**/*.ts"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 3ed4139

Please sign in to comment.