omnivore/packages/queue-manager/tsconfig.json

9 lines
133 B
JSON
Raw Normal View History

2023-10-16 12:11:51 +00:00
{
"extends": "./../../tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": "."
},
"include": ["src"]
}