Files
DefinitelyTyped/types/qiniu-js/tsconfig.json
2018-08-09 10:58:21 +08:00

25 lines
413 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"strictFunctionTypes": true,
"lib": [
"dom",
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"qiniu-js-tests.ts",
"test/qiniu-js-global-tests.ts"
]
}