knife4j-swagger-vue3/apps/playground/tsconfig.json

10 lines
201 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"noEmit": true,
"types": ["vite/client", "vue/jsx"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}