mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
23 lines
348 B
JSON
23 lines
348 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"vue": ["../index.d.ts"]
|
|
}
|
|
},
|
|
"include": [
|
|
"../*.d.ts",
|
|
"*.ts"
|
|
],
|
|
"compileOnSave": false
|
|
}
|