100 Star 379 Fork 75

Notadd / Notadd

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 683 Bytes
Copy Edit Raw Blame History
dzzzzzy authored 2018-09-17 12:27 . chore(config): update tsconfig
{
"compilerOptions": {
"allowJs": false,
"baseUrl": "./",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"noImplicitAny": false,
"noLib": false,
"lib": [
"es2017",
"esnext.asynciterable"
],
"noUnusedLocals": false,
"removeComments": true,
"strict": false,
"strictPropertyInitialization": false,
"target": "es2017",
"outDir": "dist"
},
"include": [
"src/*.ts",
"src/**/*.ts"
],
"exclude": [
"node_modules",
"test"
]
}
NodeJS
1
https://gitee.com/notadd/notadd.git
git@gitee.com:notadd/notadd.git
notadd
notadd
Notadd
master

Search