Files
omnivore/packages/api/tsconfig.json
Hongbo Wu 8b848912c9 fix tests
2024-02-22 12:03:58 +08:00

12 lines
192 B
JSON

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