mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 04:52:28 +08:00
* chore: update LICENSE * refactor: refactor templates entirely using TypeScript reslove: https://github.com/misitebao/wails-template-vue/issues/35 * feat: update template
17 lines
275 B
JSON
17 lines
275 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.config.json"
|
|
}
|
|
]
|
|
}
|