1 Star 0 Fork 3

Beirut/webpack-react-vue-spa-awesome-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig-node.json 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
masx200 提交于 2022-02-20 19:18 . 格式化
{
"exclude": ["node_modules"],
"include": ["./cli/*.ts", "lib/*.ts"],
"compilerOptions": {
"pretty": true,
"removeComments": true,
"moduleResolution": "node",
"resolveJsonModule": false,
"declaration": true,
"allowJs": false,
"checkJs": false,
"charset": "utf-8",
"strict": true,
"target": "ESNEXT",
"module": "ESNEXT",
"importHelpers": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/le1ha0/webpack-react-vue-spa-awesome-config.git
[email protected]:le1ha0/webpack-react-vue-spa-awesome-config.git
le1ha0
webpack-react-vue-spa-awesome-config
webpack-react-vue-spa-awesome-config
master

搜索帮助