We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a4409 commit 0ef634dCopy full SHA for 0ef634d
tsconfig.json
@@ -3,7 +3,8 @@
3
"outDir": "dist",
4
"module": "NodeNext",
5
"strict": true,
6
- "noEmitOnError": true
+ "noEmitOnError": true,
7
+ "experimentalDecorators": true
8
},
9
"include": [
10
"src/**/*.ts",
0 commit comments