summaryrefslogtreecommitdiff
path: root/master/server/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'master/server/tsconfig.json')
-rw-r--r--master/server/tsconfig.json24
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
+ }
+}