22 Star 212 Fork 52

wopen / nplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.settings.json 624 Bytes
一键复制 编辑 原始数据 按行查看 历史
wopen 提交于 2021-04-01 01:11 . feat: remove pkg
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"strict": true,
"target": "esnext",
"module": "esnext",
"declaration": true,
"declarationMap": false,
"noImplicitAny": true,
"importHelpers": true,
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "dist", "packages/*/node_modules", "packages/*/dist"]
}
TypeScript
1
https://gitee.com/wopen/nplayer.git
git@gitee.com:wopen/nplayer.git
wopen
nplayer
nplayer
main

搜索帮助