blakus/apps/blakus-api/tsconfig.app.json
Broks Randolfs Gailītis ad57086bcc
Some checks failed
CI / main (push) Failing after 23s
Update dist output
this may need to be adjusted moving forward
2025-03-07 17:08:18 +02:00

13 lines
311 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc",
"module": "commonjs",
"types": ["node"],
"allowJs": true,
"esModuleInterop": true
},
"include": ["src/**/*.ts", "src/**/*.js"],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
}