From e75bc5d3fe24979ca59c995a7decbcbf720a20a8 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 31 May 2022 11:35:32 +0200 Subject: style(master): change server eol to LF --- master/server/tsconfig.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'master/server/tsconfig.json') 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 + } +} -- cgit v1.2.3-18-g5258