clonegur/backend/tsconfig.json

8 lines
148 B
JSON
Raw Normal View History

2023-06-26 13:46:12 +00:00
{
2023-06-28 12:46:57 +00:00
"include": [ "src/**/*.ts" ],
2023-06-26 13:46:12 +00:00
"compilerOptions": {
"experimentalDecorators": true,
2023-06-28 12:46:57 +00:00
"emitDecoratorMetadata": true,
2023-06-26 13:46:12 +00:00
}
}