Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} wstee / vuepress-plugin-bg Public Notifications You must be signed in to change notification settings Fork 0 Star 1 ...
"extends":"tsconfig-vuepress/base.json", "compilerOptions":{ "target":"ES2022", "lib":["DOM","ES2022"], "module":"ESNext", "moduleResolution":"Bundler", "noImplicitAny":false, "noEmitOnError":true, "allowSyntheticDefaultImports":true, ...
"extends": "./tsconfig.base.json", "compilerOptions": { "allowJs": true, "checkJs": true, "baseUrl": "./", "paths": { "@theme-hope/*": ["./packages/theme/src/client/*.js"] } }, "include": [ "**/*.js", "**/*.ts", "**/*.vue", "**/.vue...
.prettierignore .stylelintrc.yml .versionrc.json CHANGELOG.md CODE_OF_CONDUCT.md LICENSE README.md SECURITY.md package.json pnpm-lock.yaml pnpm-workspace.yaml tsconfig.base.json tsconfig.build.base.json tsconfig.build.json tsconfig.jsonBreadcrumbs vuepress-theme-hope / tsconfig.json Latest...
vuepress-theme-hope / tsconfig.build.json tsconfig.build.json968 Bytes 一键复制编辑原始数据按行查看历史 Mr.Hope提交于3年前.feat: use ts in dev 123456789101112131415161718192021 { "extends":"./tsconfig.base.json", "references":[ {"path":"./packages/add-this/tsconfig.build.json"}, ...
A vuepress theme with tons of features✨. Contribute to W1ndys/vuepress-theme-hope development by creating an account on GitHub.
vuepress-next / tsconfig.json tsconfig.json1.68 KB 一键复制编辑原始数据按行查看历史 meteorlxy提交于4年前.feat(plugin-pwa-popup): extract pwa popup plugin 12345678910111213141516171819202122232425262728293031323334 { "extends":"./tsconfig.base.json", ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} chnduang / vuepress-auto-sider-utils Public Notifications You must be signed in to change notification settings Fork 0 Star ...
{ "path": "./packages/@vuepress/cli/tsconfig.build.json" }, { "path": "./packages/@vuepress/client/tsconfig.build.json" }, { "path": "./packages/@vuepress/core/tsconfig.build.json" }, { "path": "./packages/@vuepress/markdown/tsconfig.build.json" }, { "path": "./pack...
vuepress-theme-hope / tsconfig.base.json tsconfig.base.json 1.47 KB 一键复制 编辑 原始数据 按行查看 历史 Mr.Hope 提交于 3年前 . chore: update deps 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 { "compilerOptions": { "allowJs": false, "allo...