aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-12-08 22:28:46 +0530
committerLibravatar GitHub <noreply@github.com>2022-12-08 16:58:46 +0000
commit93d61ced55e7e1c486cdbe6c02c16435ca698860 (patch)
treee4d9e53260e508711cfcf45232d086e906a09d8e /tsconfig.json
parentBackported deprecation fixes from electron v22 upgrade (diff)
downloadferdium-app-93d61ced55e7e1c486cdbe6c02c16435ca698860.tar.gz
ferdium-app-93d61ced55e7e1c486cdbe6c02c16435ca698860.tar.zst
ferdium-app-93d61ced55e7e1c486cdbe6c02c16435ca698860.zip
migrate from gulp to esbuild for faster builds (#815)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 08ea43d77..bf7c81e51 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,6 +5,7 @@
5 "baseUrl": ".", 5 "baseUrl": ".",
6 "strict": true, 6 "strict": true,
7 "target": "esnext", 7 "target": "esnext",
8 "incremental": true,
8 "lib": [ 9 "lib": [
9 "esnext", 10 "esnext",
10 "dom", 11 "dom",
@@ -43,7 +44,7 @@
43 "noFallthroughCasesInSwitch": true, 44 "noFallthroughCasesInSwitch": true,
44 "resolveJsonModule": true, 45 "resolveJsonModule": true,
45 "forceConsistentCasingInFileNames": true, 46 "forceConsistentCasingInFileNames": true,
46 "useDefineForClassFields": true, 47 "useDefineForClassFields": true
47 }, 48 },
48 "include": [ 49 "include": [
49 "src", 50 "src",