Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 080f599

Browse files
committed
remove @babel/typescript
1 parent 0e5b898 commit 080f599

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

babel.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@ module.exports = {
77
},
88
],
99
'@babel/preset-react',
10-
'@babel/typescript',
1110
],
1211
plugins: [
1312
'styled-components',
1413
'@babel/plugin-proposal-class-properties',
1514
'@babel/plugin-syntax-dynamic-import',
16-
[
17-
'@babel/plugin-transform-typescript',
18-
{
19-
allowNamespaces: true,
20-
},
21-
],
2215
],
2316
env: {
2417
production: {

0 commit comments

Comments
 (0)