vue3-core/packages-private/local-playground/tsconfig.json

9 lines
168 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"isolatedDeclarations": false,
"allowJs": true
},
"include": ["./**/*", "../../packages/*/src"]
}