pulumi/tests/integration/protect_resources/step1
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 Remove yarn.lock from .gitignore 2018-01-30 14:46:44 -08:00
index.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
package.json Use new native typescript support in many tests 2018-08-06 14:00:58 -07:00
Pulumi.yaml Implement resource protection (#751) 2017-12-20 14:31:07 -08:00
resource.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
yarn.lock Run yarn upgrade and commit all resulting lockfiles 2018-01-30 14:46:44 -08:00