daton/tsconfig.json

10 lines
127 B
JSON
Raw Normal View History

2020-06-16 01:35:30 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "es2017"
}
}