@maxim_mazurok/gapi.client.servicecontrol
Version:
TypeScript typings for Service Control API v2
19 lines (18 loc) • 470 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": ["index.d.ts", "gapi.client.servicecontrol-tests.ts"]
}