Skip to content

Commit 8e9157a

Browse files
committed
chore: update ts config
1 parent 7f77955 commit 8e9157a

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

antd-tools/getWebpackConfig.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ function getWebpackConfig(modules) {
123123
},
124124
{
125125
loader: 'ts-loader',
126-
options: {
127-
transpileOnly: true,
128-
},
129126
},
130127
],
131128
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"pretty-quick": "pretty-quick",
4242
"dist": "node antd-tools/cli/run.js dist",
4343
"lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.ts,.tsx ./components",
44-
"lint:types": "eslint -c ./.eslintrc --fix --ext .ts ./types",
4544
"lint:site": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./antdv-demo",
4645
"lint:docs": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.md ./antdv-demo/docs/**/demo/**",
4746
"lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",

webpack.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ module.exports = {
6868
},
6969
{
7070
loader: 'ts-loader',
71-
options: {
72-
transpileOnly: true,
73-
},
7471
},
7572
],
7673
exclude: /node_modules/,

0 commit comments

Comments
 (0)