1 Star 0 Fork 1

liwen / svelte

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
mrkishi 提交于 2019-06-13 03:11 . split typescript projects
{
"include": [],
"compilerOptions": {
"rootDir": "src",
// target node v8+ (https://node.green/)
// the only missing feature is Array.prototype.values
"lib": ["es2017"],
"target": "es2017",
"declaration": true,
"declarationDir": "types",
"noEmitOnError": true,
"noErrorTruncation": true,
// rollup takes care of these
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
// TODO: error all the things
//"strict": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}
1
https://gitee.com/liwen/svelte.git
git@gitee.com:liwen/svelte.git
liwen
svelte
svelte
master

搜索帮助