Skip to content

Commit

Permalink
chore : moduleResolution node로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yusiny committed Oct 20, 2024
1 parent cc4e0bf commit 607088d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// 제가 Front-end를 아예 모릅니다 아마 처음부터 갈아 엎어야 할거예요...
// Footer를 급하게 작성했습니다. 발퍼블 죄송합니다 🙏

import React from "react";
import LogoImage from "@/assets/images/logo-white.png";
import {
CompanyName,
Expand Down
1 change: 0 additions & 1 deletion src/pages/price/components/Plan/PlanCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react";
import styled from "styled-components";
import { Button, Card, Space, Typography } from "antd";
const { Title, Text } = Typography;
Expand Down
1 change: 0 additions & 1 deletion src/pages/price/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react";
import styled from "styled-components";
import { Typography } from "antd";
import { Wrapper } from "@/layouts/Layout";
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"module": "ESNext",
"skipLibCheck": true,

/* Bundler mode */
"moduleResolution": "bundler",
/* Node mode */
"moduleResolution": "node",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
Expand Down

0 comments on commit 607088d

Please sign in to comment.