解决输出文件同名问题
This commit is contained in:
parent
794382967a
commit
4682a78993
@ -2,6 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames":true,
|
||||
"outFile": "dist/main.js",
|
||||
"outDir": "dist/compiled",
|
||||
"allowJs": true,
|
||||
"lib": ["es2015"],
|
||||
"baseUrl": "./",
|
||||
@ -13,6 +15,7 @@
|
||||
"src/*"
|
||||
],
|
||||
"vue": ["node_modules/vue"]
|
||||
}
|
||||
},
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user