fix(build): enforce LF line ending in built files

fix #12819
This commit is contained in:
Evan You 2022-10-11 17:51:46 +08:00
parent cc14d4452c
commit 738f4b3c57
2 changed files with 77 additions and 76 deletions

View File

@ -6,6 +6,7 @@
"target": "esnext",
"module": "ESNext",
"moduleResolution": "node",
"newLine": "LF",
"strict": true,
"allowJs": true,