From 2996a4d05d0ea2f8446e2a2a0383979ceec748ae Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 6 Oct 2023 16:25:29 +0100 Subject: Run Prettier on all files --- tsconfig.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 89f1604..4e6ba76 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,22 +1,22 @@ { - "compilerOptions": { - "target": "ES2020", - "module": "ES2020", - "allowJs": true, - "checkJs": true, - "removeComments": true, - "resolveJsonModule": true, - "typeRoots": ["./node_modules/@types"], - "sourceMap": true, - "outDir": "dist", - "strict": true, - "baseUrl": ".", - "forceConsistentCasingInFileNames": true, - "esModuleInterop": true, - "experimentalDecorators": true, - "emitDecoratorMetadata": true, - "moduleResolution": "nodenext", - "skipLibCheck": true, - }, - "include": ["src/**/*"] + "compilerOptions": { + "target": "ES2020", + "module": "ES2020", + "allowJs": true, + "checkJs": true, + "removeComments": true, + "resolveJsonModule": true, + "typeRoots": ["./node_modules/@types"], + "sourceMap": true, + "outDir": "dist", + "strict": true, + "baseUrl": ".", + "forceConsistentCasingInFileNames": true, + "esModuleInterop": true, + "experimentalDecorators": true, + "emitDecoratorMetadata": true, + "moduleResolution": "nodenext", + "skipLibCheck": true + }, + "include": ["src/**/*"] } -- cgit v1.2.3