1 Star 0 Fork 1.6K

java/NiceFish

forked from 大漠穷秋/NiceFish 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 548 Bytes
Copy Edit Raw Blame History
章小飞 authored 2020-09-12 13:04 . step-2
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
},
"exclude": [
"**/*.test.ts",
"node_modules",
"**/*.spec.ts"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/java_36/NiceFish.git
git@gitee.com:java_36/NiceFish.git
java_36
NiceFish
NiceFish
master

Search