mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
46ec648694
fix #12666
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"experimentalDecorators": true,
|
|
"lib": ["dom", "esnext"],
|
|
"types": ["node"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "preserve",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"vue": ["../index.d.ts"]
|
|
}
|
|
},
|
|
"include": ["."],
|
|
"compileOnSave": false
|
|
}
|