mirror of https://github.com/vuejs/core.git
8 lines
118 B
JSON
8 lines
118 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"isolatedDeclarations": false
|
||
|
},
|
||
|
"include": ["."]
|
||
|
}
|