mirror of https://github.com/vuejs/core.git
8 lines
111 B
JSON
8 lines
111 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "bundler"
|
||
|
},
|
||
|
"include": ["./*"]
|
||
|
}
|