Files
getting-started/nodejs/errorhandling/tsconfig.json
Pratik Das 862b40b1fb Node errorhandling (#170)
* added code

* removed cdk code

* added code examples

* added ts files

* added code

* updated code

* error handling code

* Update nodejs/errorhandling/js/index.js

Co-authored-by: Pratik Das <pratikd2001@gmail.com>
Co-authored-by: Tom Hombergs <tom.hombergs@gmail.com>
2022-05-04 20:54:00 +10:00

9 lines
141 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"rootDir": "./ts",
"esModuleInterop": true
}
}