文件名称:tsconfigs:可重用的TypeScript配置文件从
文件大小:318KB
文件格式:ZIP
更新时间:2024-05-30 09:36:15
typescript reusable extends tsconfig TypeScript
:gear: tsconfigs :sparkles: 可重用的TypeScript配置文件 内容 常见项目选项 严格 路径 测试范围 概述 假设您正在启动一个新的TypeScript项目。 并且您正在设置tsconfig.json 。 如果您是TypeScript向导,请快速填写一些选项,然后就可以完成。 但是,如果您像我们大多数人一样是凡人,那么每次您都需要返回文档 :thinking_face: 。 经过几次,我决定写这个小项目 :light_bulb: 。 如果您的项目是以下类型的项目之一,则可以从其中之一扩展,而不必从空白处编写自己的项目。 然后,您可以覆盖所有必要的选项。 项目种类 模块 :gear: 可执行的 :high-speed_train: 浏览器 :globe_with_meridians: browser-module browser-executable 网络工作者 :pick: webworker-module Node.js⬡ nodejs-module nodejs-executable 不可
【文件预览】:
tsconfigs-master
----.travis.yml(170B)
----.nvmrc(7B)
----renovate.json(69B)
----tsconfig.configs.json(131B)
----webworker-module.json(141B)
----agnostic-module.json(130B)
----package.json(2KB)
----nodejs-module.json(148B)
----readme.md(7KB)
----.eslintrc.json(150B)
----assets()
--------noErrorTruncation.false.png(68KB)
--------noErrorTruncation.true.png(83KB)
----package-lock.json(707KB)
----src()
--------nodejs-executable.test.ts(1KB)
--------nodejs-module.test.ts(1KB)
--------browser-executable.test.ts(1KB)
--------browser-module.test.ts(1KB)
--------integration-test-macro.ts(3KB)
--------shared.ts(540B)
--------agnostic-module.test.ts(1KB)
--------webworker-module.test.ts(1KB)
--------unit-test-macro.ts(2KB)
----nodejs-executable.json(152B)
----tsconfig.json(150B)
----browser-module.json(135B)
----browser-executable.json(139B)
----_private()
--------executable.json(79B)
--------common.json(329B)
--------module.json(80B)
----.gitignore(38B)
----CHANGELOG.md(2KB)
----commitlint.config.js(189B)
----.eslintignore(4B)
----.editorconfig(147B)
----.vscode()
--------settings.json(100B)