mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
35 lines
1022 B
JSON
35 lines
1022 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"google/protobuf/compiler/plugin_pb.d.ts",
|
|
"google/protobuf/any_pb.d.ts",
|
|
"google/protobuf/api_pb.d.ts",
|
|
"google/protobuf/descriptor_pb.d.ts",
|
|
"google/protobuf/duration_pb.d.ts",
|
|
"google/protobuf/empty_pb.d.ts",
|
|
"google/protobuf/field_mask_pb.d.ts",
|
|
"google/protobuf/source_context_pb.d.ts",
|
|
"google/protobuf/struct_pb.d.ts",
|
|
"google/protobuf/timestamp_pb.d.ts",
|
|
"google/protobuf/type_pb.d.ts",
|
|
"google/protobuf/wrappers_pb.d.ts",
|
|
"google-protobuf-tests.ts"
|
|
]
|
|
} |