diff --git a/mySettingFile/tsconfig.json b/mySettingFile/tsconfig.json new file mode 100644 index 0000000..78f6fd6 --- /dev/null +++ b/mySettingFile/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + } +} \ No newline at end of file