From 34605abfbbf31c353cec796d30bd1a369a5ebdb1 Mon Sep 17 00:00:00 2001 From: Kimjimin0807 <jm004471@naver.com> Date: Mon, 4 Jul 2022 02:50:49 +0900 Subject: [PATCH] #2 Setting @views directory --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 21a4e2b..a334258 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"],