Skip to content

Commit b81cad4

Browse files
committed
SCF-63
- JSX -> TSX - 불필요한 코드 제고
1 parent ff468e5 commit b81cad4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
File renamed without changes.

apps/commerce/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"**/*.tsx",
1717
".next/types/**/*.ts",
1818
"global.d.ts",
19-
"styles.d.ts"
20-
, "__tests__/mock.test.jsx", "jest.config.js", "jest.setup.js" ],
19+
"styles.d.ts",
20+
"jest.config.js",
21+
"jest.setup.js"
22+
],
2123
"exclude": ["node_modules"]
2224
}

0 commit comments

Comments
 (0)