aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
commitdca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3 (patch)
tree6d2a33fc7c4728f40ae4b1af9dccbfa4340544bf /tsconfig.json
parentbuild: Add electron-builder (diff)
downloadsophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.gz
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.zst
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.zip
build: Simplify project structure
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4d69989..270616b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,7 +4,7 @@
4 "target": "esnext", 4 "target": "esnext",
5 "moduleResolution": "node", 5 "moduleResolution": "node",
6 "esModuleInterop": true, 6 "esModuleInterop": true,
7 "allosSyntheticDefaultImports": true, 7 "allowSyntheticDefaultImports": true,
8 "strict": true, 8 "strict": true,
9 "noImplicitOverride": true, 9 "noImplicitOverride": true,
10 "noImplicitReturns": true, 10 "noImplicitReturns": true,
@@ -12,7 +12,7 @@
12 "isolatedModules": true, 12 "isolatedModules": true,
13 "skipLibCheck": true, 13 "skipLibCheck": true,
14 "lib": [ 14 "lib": [
15 "ESNext" 15 "esnext"
16 ] 16 ]
17 } 17 }
18} 18}