diff --git a/tsconfig.json b/tsconfig.json index 6872e9f..3c2bd2b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,17 +19,8 @@ ], "paths": { "@/*": ["./src/*"], - "@api/*": ["./src/api/*"], - "@components/*": ["./src/components/*"], - "@containers/*": ["./src/containers/*"], - "@hooks/*": ["./src/hooks/*"], - "@redux/*": ["./src/redux/*"], - "@styles/*": ["./src/styles/*"], - "@utils/*": ["./src/utils/*"], - "@types/*": ["./src/types/*"], - "@lottie/*": ["./public/lottie/*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/components/Modal/information"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] }