vue3-core/packages-private/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
118 B
JSON
Raw Permalink Normal View History

2024-09-10 16:46:19 +08:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"isolatedDeclarations": false
},
"include": ["."]
}