wails-template-vue/frontend/tsconfig.config.json
Misite Bao d8333fbb0a
feat: completely refactored and redesigned UI using typescript (#37)
* chore: update LICENSE

* refactor: refactor templates entirely using TypeScript

reslove: https://github.com/misitebao/wails-template-vue/issues/35

* feat: update template
2022-09-30 23:37:38 +08:00

9 lines
196 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}