From 67e92b0e97450e432bcf1c34b92cdce1567902ef Mon Sep 17 00:00:00 2001 From: Panjie Setiawan Wicaksono Date: Wed, 16 Jan 2019 20:39:38 +0700 Subject: [PATCH] fix: tsconfig typo and npmignore resolve #1169 --- .npmignore | 3 ++- tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index da81ea0a2..249b1efc7 100644 --- a/.npmignore +++ b/.npmignore @@ -13,4 +13,5 @@ karma.conf.js sample.html .codeclimate.yml .coveralls.yml -.travis.yml \ No newline at end of file +.travis.yml +tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 328ab0e36..8cfd24959 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,5 @@ "baseUrl": ".", "paths": { "i18next": ["./index.d.ts"] } }, - "include": ["./indext.d.ts", "./test/**/*.ts*"] + "include": ["./index.d.ts", "./test/**/*.ts*"] }