wails-app-dock/frontend/tsconfig.json
2024-02-18 19:46:27 +08:00

22 lines
405 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"allowJs": true,
"strict": false,
"noImplicitAny": false,
"noUnusedLocals": false,
"strictNullChecks": false
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}