omnivore/packages/api/tsconfig.json
2024-02-22 12:03:58 +08:00

11 lines
192 B
JSON

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