diff options
Diffstat (limited to 'third_party/js/cfworker/tsconfig-base.json.patch')
-rw-r--r-- | third_party/js/cfworker/tsconfig-base.json.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/js/cfworker/tsconfig-base.json.patch b/third_party/js/cfworker/tsconfig-base.json.patch new file mode 100644 index 0000000000..64b921d49f --- /dev/null +++ b/third_party/js/cfworker/tsconfig-base.json.patch @@ -0,0 +1,9 @@ +--- tsconfig-base.json ++++ tsconfig-base.json +@@ -1,5 +1,6 @@ + { + "compilerOptions": { ++ "newLine": "lf", + "moduleResolution": "node", + "esModuleInterop": true, + "strict": true, |