diff options
author | HampusM <hampus@hampusmat.com> | 2022-05-31 11:35:32 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-05-31 11:35:32 +0200 |
commit | e75bc5d3fe24979ca59c995a7decbcbf720a20a8 (patch) | |
tree | 6e89a71e982473abde2a31354d43f4bf6230afac /master/server/tsconfig.json | |
parent | 2212cbab4fea2f66b2736401a3f7f53f31bb898e (diff) |
style(master): change server eol to LF
Diffstat (limited to 'master/server/tsconfig.json')
-rw-r--r-- | master/server/tsconfig.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/master/server/tsconfig.json b/master/server/tsconfig.json index 2e98500..13b863f 100644 --- a/master/server/tsconfig.json +++ b/master/server/tsconfig.json @@ -1,12 +1,12 @@ -{ - "compilerOptions": { - "baseUrl": "src", - "module": "CommonJS", - "target": "ES2020", - "strict": true, - "esModuleInterop": true, - "moduleResolution": "node", - "skipLibCheck": false, - "forceConsistentCasingInFileNames": true - } -} +{
+ "compilerOptions": {
+ "baseUrl": "src",
+ "module": "CommonJS",
+ "target": "ES2020",
+ "strict": true,
+ "esModuleInterop": true,
+ "moduleResolution": "node",
+ "skipLibCheck": false,
+ "forceConsistentCasingInFileNames": true
+ }
+}
|