From d97a2d332a1bc85577f7dbdffc339fa595a9a92c Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Tue, 23 Apr 2019 17:48:23 +0200 Subject: [PATCH] chore: fix init templates (#2361) tsconfig.json is not published in any NPM package, but it SHOULD be published if it's part of the init templates. --- packages/aws-cdk/.npmignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/aws-cdk/.npmignore b/packages/aws-cdk/.npmignore index b93d75a0e99b9..b31df48e0ebad 100644 --- a/packages/aws-cdk/.npmignore +++ b/packages/aws-cdk/.npmignore @@ -10,4 +10,6 @@ dist .LAST_PACKAGE .LAST_BUILD *.snk -tsconfig.* \ No newline at end of file +tsconfig.* + +!lib/init-templates/*/*/tsconfig.json