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
|
|
|
}
|
|
|
|
}
|