vue3-core/playground/tsconfig.json

9 lines
142 B
JSON

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