omnivore/packages/api/tsconfig.json

12 lines
208 B
JSON
Raw Normal View History

2022-02-11 17:24:33 +00:00
{
"extends": "./../../tsconfig.json",
"ts-node": {
"files": true
},
"compilerOptions": {
"outDir": "dist"
},
2024-03-23 07:52:52 +00:00
"include": ["src/**/*.ts", "test/**/*.ts"],
"exclude": ["./src/generated"]
2022-02-11 17:24:33 +00:00
}