UNPKG

@tomjs/create-app

Version:

Create a node/web/electron/vscode project based on tomjs

19 lines (18 loc) 312 B
{ "extends": "@tomjs/tsconfig/react.json", "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "paths": { "@/*": [ "./src/*" ] }, "types": [ "vite/client", "@tomjs/hbuilderx/client" ] }, "include": [ "src" ] }