vue3-core/packages-private/tsconfig.json

8 lines
118 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"isolatedDeclarations": false
},
"include": ["."]
}