刮刮前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
389 B

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES5",
"outDir": "dist",
"sourceMap": false,
"rootDir": "src",
"removeComments": true,
"declaration": true,
"skipLibCheck": true,
"paths": {
"@vue/composition-api": [
"../../packages/vue-cli-plugin-uni/packages/@vue/composition-api"
]
}
},
"include": [
"src"
]
}