Skip to content

Commit

Permalink
fix: content가 있어야 한다
Browse files Browse the repository at this point in the history
  • Loading branch information
loopy-lim authored and loopy-lim committed Mar 3, 2024
1 parent 4ae0604 commit c5cb387
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"@/*": ["./*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"index.js"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit c5cb387

Please sign in to comment.