1 Star 0 Fork 0

we_coder / esbuild-plugin-html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨波 提交于 2023-02-09 14:45 . v1.0.0
{
"compilerOptions": {
"target": "esnext",
"module": "ESNext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"removeComments": false,
"allowSyntheticDefaultImports": true,
"suppressImplicitAnyIndexErrors":true,
"downlevelIteration": true,
"noImplicitThis": false,
"declaration": false,
"sourceMap": true,
"baseUrl": ".",
"typeRoots": [
"./node_modules/@types",
"./types"
],
"lib": [
"es5",
"es2015",
"esnext",
"ES7",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"example/**/*.ts",
"types/**/*.d.ts"
],
"exclude": [
"node_modules"
]
}
TypeScript
1
https://gitee.com/we_coder/esbuild-plugin-html.git
git@gitee.com:we_coder/esbuild-plugin-html.git
we_coder
esbuild-plugin-html
esbuild-plugin-html
master

搜索帮助