1 Star 0 Fork 0

CherishTheYouth/cornerstone3D

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.base.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"checkJs": false,
// Ensure that .d.ts files are created by tsc, but not .js files
"declaration": true,
"emitDeclarationOnly": false,
// Ensure that Babel can safely transpile files in the TypeScript project
"isolatedModules": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": false,
"jsx": "react-jsx",
"lib": ["ES6", "dom"], // "ES6", "DOM" | "es2015", "dom"
"module": "esnext", // esnext | commonjs
"moduleResolution": "node",
"noImplicitAny": false,
"noImplicitThis": false,
"outDir": "lib",
"pretty": true,
"removeComments": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": false,
"target": "es5", // esnext | es5
"downlevelIteration": true,
"resolveJsonModule": true
},
"exclude": [
"node_modules",
"dist",
"packages/**/dist",
"packages/**/lib",
"packages/**/lib-esm",
"packages/docs",
"packages/docs/**/*",
"snippets",
"examples"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JingWa/cornerstone3D.git
git@gitee.com:JingWa/cornerstone3D.git
JingWa
cornerstone3D
cornerstone3D
main

搜索帮助