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 @@ ...@@ -8,7 +8,8 @@
"strictNullChecks": true, "strictNullChecks": true,
"noImplicitThis": true, "noImplicitThis": true,
"noImplicitAny": true, "noImplicitAny": true,
"noImplicitReturns": true "noImplicitReturns": true,
"experimentalDecorators": true
}, },
"include": [ "include": [
"server.ts", "server.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment