Skip to content

Commit 0ef634d

Browse files
committed
chore: enable experimentalDecorators
1 parent d6a4409 commit 0ef634d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"outDir": "dist",
44
"module": "NodeNext",
55
"strict": true,
6-
"noEmitOnError": true
6+
"noEmitOnError": true,
7+
"experimentalDecorators": true
78
},
89
"include": [
910
"src/**/*.ts",

0 commit comments

Comments
 (0)