Files
omnivore/packages/api/tsconfig.json
2023-10-05 14:18:21 +08:00

14 lines
273 B
JSON

{
"extends": "./../../tsconfig.json",
"ts-node": {
"files": true
},
"compilerOptions": {
"outDir": "dist",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"include": ["src", "test"],
"exclude": ["./src/generated", "./test"]
}