2026-03-05 19:08:59 -08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "dist",
|
2026-03-08 18:57:34 -07:00
|
|
|
"rootDir": "src",
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true
|
2026-03-05 19:08:59 -08:00
|
|
|
},
|
|
|
|
|
"include": ["src"]
|
|
|
|
|
}
|