@dbos-inc/dbos-sdk 1.1.2-preview → 1.1.10-preview.g36cbbbe114
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +29 -8
- package/dist/src/context.d.ts +1 -1
- package/dist/src/dbos-runtime/runtime.js +1 -1
- package/dist/src/dbos-runtime/runtime.js.map +1 -1
- package/dist/src/httpServer/server.d.ts +1 -1
- package/dist/src/testing/testing_runtime.d.ts +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/examples/hello/tsconfig.json +1 -1
- package/package.json +1 -1
@@ -4,7 +4,7 @@
|
|
4
4
|
"target": "esnext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
5
5
|
"experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
6
6
|
"emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
7
|
-
"module": "
|
7
|
+
"module": "Node16", /* Specify what module code is generated. */
|
8
8
|
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
9
9
|
"declarationMap": true, /* Create sourcemaps for d.ts files. */
|
10
10
|
"sourceMap": true, /* Create source map files for emitted JavaScript files. */
|