1 Star 0 Fork 0

轻飘yyf/geo-three

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 956 Bytes
一键复制 编辑 原始数据 按行查看 历史
tentone 提交于 2021-09-03 16:00 . Fix rollup hang on build
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"moduleResolution": "node",
"outDir": "./build",
"rootDir": "./source",
"sourceMap": true,
"skipLibCheck": true,
"inlineSources": false,
"declaration": true,
"declarationDir": ".",
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"removeComments": true,
"alwaysStrict": true,
"noImplicitUseStrict": false,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": false,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true,
"checkJs": false,
"allowJs": false,
"esModuleInterop": true,
"importHelpers": false
},
"include": [
"source/**/*"
],
"exclude": [
"node_modules/**/*",
"docs/**/*",
"build/**/*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyf994/geo-three.git
git@gitee.com:yyf994/geo-three.git
yyf994
geo-three
geo-three
master

搜索帮助