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