postiz-app/apps/workers/tsconfig.json
2025-05-06 00:09:59 +07:00

11 lines
239 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true
}
}