aboutsummaryrefslogtreecommitdiffstats
path: root/config/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/tsconfig.base.json')
-rw-r--r--config/tsconfig.base.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/tsconfig.base.json b/config/tsconfig.base.json
index ff7594e..64522ce 100644
--- a/config/tsconfig.base.json
+++ b/config/tsconfig.base.json
@@ -1,8 +1,8 @@
1{ 1{
2 "compilerOptions": { 2 "compilerOptions": {
3 "module": "esnext", 3 "module": "Node16",
4 "target": "esnext", 4 "target": "es2022",
5 "moduleResolution": "node", 5 "moduleResolution": "Node16",
6 "esModuleInterop": true, 6 "esModuleInterop": true,
7 "allowSyntheticDefaultImports": true, 7 "allowSyntheticDefaultImports": true,
8 "strict": true, 8 "strict": true,
@@ -12,6 +12,6 @@
12 "isolatedModules": true, 12 "isolatedModules": true,
13 "skipLibCheck": true, 13 "skipLibCheck": true,
14 "checkJs": true, 14 "checkJs": true,
15 "lib": ["esnext"] 15 "lib": ["es2021"]
16 } 16 }
17} 17}