damp-book-35965
03/21/2019, 11:26 PMpulumi preview
it thinks I deleted all the resources ? I did change my tsconfig file to include the new file..Any other pointers ?creamy-potato-29402
03/21/2019, 11:26 PMdamp-book-35965
03/21/2019, 11:27 PMcreamy-potato-29402
03/21/2019, 11:27 PMdamp-book-35965
03/21/2019, 11:28 PMcreamy-potato-29402
03/21/2019, 11:28 PMdamp-book-35965
03/21/2019, 11:29 PMcreamy-potato-29402
03/21/2019, 11:29 PMdamp-book-35965
03/21/2019, 11:29 PMcreamy-potato-29402
03/21/2019, 11:29 PMindex.ts
index.ts
will be executed.damp-book-35965
03/21/2019, 11:30 PMcreamy-potato-29402
03/21/2019, 11:30 PMdamp-book-35965
03/21/2019, 11:30 PM"files": [
"index.ts",
"helm-config.ts",
"config.ts",
"util.ts"
]
creamy-potato-29402
03/21/2019, 11:30 PMindex.ts
damp-book-35965
03/21/2019, 11:30 PMcreamy-potato-29402
03/21/2019, 11:31 PMindex.ts
damp-book-35965
03/21/2019, 11:32 PMcreamy-potato-29402
03/21/2019, 11:33 PMdamp-book-35965
03/21/2019, 11:33 PMcreamy-potato-29402
03/21/2019, 11:34 PMdamp-book-35965
03/21/2019, 11:34 PMcreamy-potato-29402
03/21/2019, 11:34 PMwhite-balloon-205
index.ts
file that imports everything you want to include and exports everything you wants to expose.
If there are components that file wants to include but not otherwise reference, you can use import "./something.ts"
to ensure they are imported.damp-book-35965
03/22/2019, 12:19 AM