UNPKG

@abux/builder

Version:

Quick scaffolding code base to build web apps and games

18 lines (17 loc) 443 B
{ "search.exclude": { "**/.yarn": true, "**/.pnp.*": true, "**/tmp": true }, "files.insertFinalNewline": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "eslint.format.enable": true, "editor.formatOnSave": true, // remove 3 lines if not using yarn sdks "eslint.nodePath": ".yarn/sdks", "typescript.tsdk": ".yarn/sdks/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, }