chore: update ts config

pull/3053/head
tangjinzhou 2020-10-27 23:00:15 +08:00
parent 7f77955474
commit 8e9157aeaa
3 changed files with 0 additions and 7 deletions

View File

@ -123,9 +123,6 @@ function getWebpackConfig(modules) {
}, },
{ {
loader: 'ts-loader', loader: 'ts-loader',
options: {
transpileOnly: true,
},
}, },
], ],
}, },

View File

@ -41,7 +41,6 @@
"pretty-quick": "pretty-quick", "pretty-quick": "pretty-quick",
"dist": "node antd-tools/cli/run.js dist", "dist": "node antd-tools/cli/run.js dist",
"lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.ts,.tsx ./components", "lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.ts,.tsx ./components",
"lint:types": "eslint -c ./.eslintrc --fix --ext .ts ./types",
"lint:site": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./antdv-demo", "lint:site": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./antdv-demo",
"lint:docs": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.md ./antdv-demo/docs/**/demo/**", "lint:docs": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.md ./antdv-demo/docs/**/demo/**",
"lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less", "lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",

View File

@ -68,9 +68,6 @@ module.exports = {
}, },
{ {
loader: 'ts-loader', loader: 'ts-loader',
options: {
transpileOnly: true,
},
}, },
], ],
exclude: /node_modules/, exclude: /node_modules/,