Skip to content

Commit

Permalink
chore(tsconfig): add support for decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 8, 2019
1 parent 4209e63 commit 81877de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"declaration": true,
"moduleResolution": "node",
"strictNullChecks": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
},
"exclude": [
"packages/**/node_modules",
Expand Down

0 comments on commit 81877de

Please sign in to comment.