DefinitelyTyped/types/google-protobuf/tsconfig.json

24 lines
496 B
JSON
Raw Permalink Normal View History

2017-03-06 17:52:38 +00:00
{
2017-10-06 21:03:03 +00:00
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
2017-10-06 21:03:03 +00:00
},
"files": [
"index.d.ts",
"google-protobuf-tests.ts"
]
}