pulumi/examples/dynamic-provider/simple
Matt Ellis 2a8a54a24b Remove need for tsconfig.json
Set the following compiler defaults:

```
       "target": "es6",
       "module": "commonjs",
       "moduleResolution": "node",
       "sourceMap": true,
```

Which allows us to not even include a tsconfig.json file. If one is
present, `ts-node` will use its options, but the above settings will
override any settings in a local tsconfig.json file. This means if you
want full control over the target, you'll need to go back to the raw
tsc workflow where you explicitly build ahead of time.
2018-08-06 14:00:58 -07:00
..
.gitignore Implement dynamic resources. 2017-10-16 23:06:53 -07:00
index.ts Lift snapshot management out of the engine and serialize writes to snapshot (#1069) 2018-04-12 09:55:34 -07:00
package.json Use new native typescript support in many tests 2018-08-06 14:00:58 -07:00
Pulumi.yaml Allow overriding config location 2018-06-05 09:26:48 -07:00
yarn.lock Upgrade Node.js SDK to TypeScript 3.0 (#1669) 2018-07-30 23:19:28 -07:00