Skip to content

Commit 0ed7dd9

Browse files
committed
chore: updated tsconfig.json
1 parent d03c48f commit 0ed7dd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",
1313
"incremental": true,
1414
"skipLibCheck": true
15-
}
15+
},
16+
"include": ["src/**/*"]
1617
}

0 commit comments

Comments
 (0)