link-stack/apps/bridge-whatsapp/tsconfig.json

10 lines
225 B
JSON
Raw Normal View History

2024-05-07 14:16:01 +02:00
{
2026-02-15 10:29:52 +01:00
"extends": "@link-stack/typescript-config/tsconfig.node.json",
2024-05-07 14:16:01 +02:00
"compilerOptions": {
"outDir": "build/main",
2026-02-15 10:29:52 +01:00
"rootDir": "src"
2024-05-07 14:16:01 +02:00
},
"include": ["src/**/*.ts", "src/**/.*.ts"],
"exclude": ["node_modules/**"]
}