Skip to content

Commit

Permalink
#2 Setting @views directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjimin4471 committed Jul 3, 2022
1 parent e477bbd commit 34605ab
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 @@ -31,7 +31,9 @@
"@images/*": ["assets/images/*"],
"@images": ["assets/images/index.ts"],
"@types/*": ["@types/*"],
"@types": ["@types/index.ts"]
"@types": ["@types/index.ts"],
"@views/*": ["views/*"],
"@views": ["views/index.ts"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
Expand Down

0 comments on commit 34605ab

Please sign in to comment.