mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 13:02:16 +08:00
* chore: update LICENSE * refactor: refactor templates entirely using TypeScript reslove: https://github.com/misitebao/wails-template-vue/issues/35 * feat: update template
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|