From 42ccd59526de4d323f7b09099c32f1886b775134 Mon Sep 17 00:00:00 2001 From: Ronnie Smith Date: Tue, 12 Apr 2022 15:28:21 -0700 Subject: [PATCH] bugfix: ARSN-143 include json files in tsc build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 75a021c5b..7bc4bbc1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "noEmitOnError": false, "sourceMap": true }, - "include": ["index.ts", "lib"], + "include": ["index.ts", "lib", "errors/*.json", "lib/**/*.json"], "exclude": ["node_modules/*"], "compileOnSave": true }