daton/app/tsconfig.json

9 lines
103 B
JSON
Raw Normal View History

{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}