added typescript files converted from js files

This commit is contained in:
huangjx
2022-02-26 11:47:23 +08:00
parent b689900012
commit 677c88e88c
13 changed files with 607 additions and 8 deletions

View File

@@ -49,6 +49,11 @@ module.exports = {
use: 'vue-loader'
},
/*{ test: /\.css$/, use: ['vue-style-loader', 'css-loader'] },*/
{
test: /\.tsx?$/,
use: 'ts-loader',
exclude: /node_modules/,
},
]
},
resolve: {