Skip to content
Snippets Groups Projects
Commit 0967ed5a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Annotations need `experimentalDecorators`

parent 97f9290a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
"strictNullChecks": true,
"noImplicitThis": true,
"noImplicitAny": true,
"noImplicitReturns": true
"noImplicitReturns": true,
"experimentalDecorators": true
},
"include": [
"server.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment