pulumi/tests/integration
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
..
config_basic Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
delete_before_create Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
dependency_steps Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
diff Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
double_pending_delete Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
duplicate_urns Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
empty Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
partial_state Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
project_main Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
project_main_abs Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
project_main_parent Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
protect_resources Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
read Save resources obtained from ".get" in the snapshot (#1654) 2018-08-03 14:06:00 -07:00
recreate_resource_check Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
stack_bad_parenting Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
stack_dependencies Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
stack_outputs Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
stack_parenting Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
stack_project_name Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
steps Remove need for tsconfig.json 2018-08-06 14:00:58 -07:00
integration_test.go Support TypeScript in a more first-class way 2018-08-06 14:00:58 -07:00