{
	"compilerOptions": {
        "module": "commonjs",
        "lib": ["es6"],
        "noImplicitAny": true,
        "noImplicitThis": true,
        "strictNullChecks": true,
        "strictFunctionTypes": true,
		"allowSyntheticDefaultImports": false,
        "baseUrl": ".",
        "paths": {
            "caver-js": ["."]
        }
    }
}
