summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:25:29 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:25:29 +0100
commit2996a4d05d0ea2f8446e2a2a0383979ceec748ae (patch)
treeaeab360ac4c1aa14f50b638f9b799dad8df55ff8 /tsconfig.json
parent115210bfd9a5ae7bb8b516ce0d2cf3d9042dead7 (diff)
Run Prettier on all files
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json40
1 files changed, 20 insertions, 20 deletions
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/**/*"]
}