diff options
Diffstat (limited to 'tests/020_json_modules.ts')
-rw-r--r-- | tests/020_json_modules.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/020_json_modules.ts b/tests/020_json_modules.ts new file mode 100644 index 000000000..89963751c --- /dev/null +++ b/tests/020_json_modules.ts @@ -0,0 +1,3 @@ +import * as config from "./subdir/config.json"; + +console.log(JSON.stringify(config)); |