We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e18a42 commit dc28793Copy full SHA for dc28793
2 files changed
handwritten/datastore/package.json
@@ -41,7 +41,7 @@
41
"prepare": "npm run compile",
42
"pretest": "npm run compile",
43
"proto": "npm run proto:datastore",
44
- "proto:datastore": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/datastore/v1/datastore.proto | pbts -o proto/datastore.d.ts -",
+ "proto:datastore": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/datastore/v1/datastore.proto | pbts -i long -o proto/datastore.d.ts -",
45
"docs-test": "linkinator docs -r --skip www.googleapis.com",
46
"predocs-test": "npm run docs"
47
},
handwritten/datastore/proto/datastore.d.ts
@@ -1,4 +1,5 @@
1
import * as $protobuf from "protobufjs";
2
+import * as long from "long";
3
/** Namespace google. */
4
export namespace google {
5
0 commit comments