10 lines
195 B
JSON
10 lines
195 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["esnext", "dom"],
|
||
|
"types": ["@dcloudio/types"],
|
||
|
"ignoreDeprecations": "5.0"
|
||
|
},
|
||
|
"include": ["./src"]
|
||
|
}
|