mirror of
https://github.com/seerr-team/seerr.git
synced 2026-03-17 06:57:32 -04:00
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "../dist",
|
|
"noEmit": false,
|
|
"strictPropertyInitialization": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
}
|
|
}
|