1 Star 0 Fork 3

jinyf/小学生数学作业排版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 888 Bytes
一键复制 编辑 原始数据 按行查看 历史
K. 提交于 2021-04-05 01:26 . init
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"importHelpers": false,
"target": "ES2017",
"module": "CommonJS",
"allowUmdGlobalAccess": true,
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"removeComments": false,
"sourceMap": true,
"strict": true,
"stripInternal": true,
"jsx": "react",
"jsxFactory": "React.createElement",
"baseUrl": ".",
"rootDirs": [
"."
],
"types": [
"node",
"mocha",
"react"
],
"typeRoots": [
"../node_modules/@types"
],
// "outDir": "./static/lib"
},
"include": [
"src/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jinyifeng/math-homework-typesetting.git
git@gitee.com:jinyifeng/math-homework-typesetting.git
jinyifeng
math-homework-typesetting
小学生数学作业排版
master

搜索帮助