mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
31 lines
534 B
JSON
31 lines
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"vue": ["../index.d.ts"]
|
|
}
|
|
},
|
|
"files": [
|
|
"../index.d.ts",
|
|
"../options.d.ts",
|
|
"../plugin.d.ts",
|
|
"../vnode.d.ts",
|
|
"../vue.d.ts",
|
|
"options-test.ts",
|
|
"plugin-test.ts",
|
|
"vue-test.ts",
|
|
"augmentation-test.ts",
|
|
"ssr-test.ts"
|
|
],
|
|
"compileOnSave": false
|
|
}
|