1 Star 1 Fork 0

eamesh / trajectory

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
eamesh 提交于 2022-04-26 15:54 . feat: add utilities css
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"sourceMap": true,
"baseUrl": ".",
"rootDir": ".",
"jsx": "preserve",
"allowJs": true,
"resolveJsonModule": true,
"typeRoots": [
"node_modules/@types"
],
"jsxFactory": "Taro.createElement",
"paths": {
"@/*": [
"./src/*"
],
}
},
"include": ["./src", "global.d.ts"],
"compileOnSave": false
}
1
https://gitee.com/eamesh/trajectory.git
git@gitee.com:eamesh/trajectory.git
eamesh
trajectory
trajectory
dev

搜索帮助