aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 15:10:56 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 15:10:56 +0200
commite8fcef96681425d431d03fa323747d7d6e61257c (patch)
tree0646922304ac38721b2f53485d1c1106d6c300d5 /tsconfig.json
parent3260d5e90a30bbf57e3e5822aa84c23cee0411be (diff)
Add typedoc
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 61c17fe..7010ae0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,8 @@
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
- "target": "es2017",
+ "target": "es2020",
+ "module": "es2020",
"importsNotUsedAsValues": "error",
"resolveJsonModule": true,
"preserveValueImports": true,