Skip to content

Commit 0509e8e

Browse files
committed
Merge branch 'bugfix/ARSN-143/include-json-files-in-tsc-include' into tmp/octopus/w/8.1/bugfix/ARSN-143/include-json-files-in-tsc-include
2 parents 6c6ee31 + 42ccd59 commit 0509e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"noEmitOnError": false,
1616
"sourceMap": true
1717
},
18-
"include": ["index.ts", "lib"],
18+
"include": ["index.ts", "lib", "errors/*.json", "lib/**/*.json"],
1919
"exclude": ["node_modules/*"],
2020
"compileOnSave": true
2121
}

0 commit comments

Comments
 (0)