diff options
Diffstat (limited to 'tests/specs/run/check_js_points_to_ts/checkjs.tsconfig.json')
-rw-r--r-- | tests/specs/run/check_js_points_to_ts/checkjs.tsconfig.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/run/check_js_points_to_ts/checkjs.tsconfig.json b/tests/specs/run/check_js_points_to_ts/checkjs.tsconfig.json new file mode 100644 index 000000000..08ac60b6c --- /dev/null +++ b/tests/specs/run/check_js_points_to_ts/checkjs.tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "checkJs": true + } +} |