now allows adding a saveable decorator

This commit is contained in:
2016-11-18 00:42:25 +01:00
parent 9cbdf317dc
commit e49811eecd
6 changed files with 109 additions and 6 deletions

5
tsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true
}
}