1 Star 0 Fork 229

Qautumn/QuickFramework

forked from ricky/QuickFramework 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 413 Bytes
Copy Edit Raw Blame History
-ZTPヽ authored 2021-06-24 18:26 . 增加资源加密
{
"compilerOptions": {
"module": "commonjs",
"lib": [ "es2015", "es2017", "dom" ],
"target": "es5",
"esModuleInterop": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"outDir": "temp/vscode-dist",
"forceConsistentCasingInFileNames": true
},
"exclude": [
"node_modules",
"library",
"local",
"temp",
"build",
"settings",
"packages"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/qautumn/QuickFramework.git
git@gitee.com:qautumn/QuickFramework.git
qautumn
QuickFramework
QuickFramework
2.4.3

Search