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 }