@tomjs/create-app
Version:
Create a node/web/electron/vscode project based on tomjs
19 lines (18 loc) • 339 B
JSON
{
"extends": "@tomjs/tsconfig/vue-dom.json",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"]
},
"types": [
"vite/client",
"@tomjs/hbuilderx/client"
]
},
"include": [
"env.d.ts",
"src/**/*",
"src/**/*.vue"
]
}