DefinitelyTyped/jimp/tsconfig.json
Jack Works 225fadb6b9 Fix CI Error
Signed-off-by: Jack Works <zjwpeter@gmail.com>
2017-02-13 00:33:29 +08:00

21 lines
426 B
JSON

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