2023-02-13 12:41:30 +00:00
|
|
|
{
|
2024-06-28 07:49:39 +02:00
|
|
|
"extends": "@link-stack/typescript-config/tsconfig.node.json",
|
2023-02-13 12:41:30 +00:00
|
|
|
"compilerOptions": {
|
2024-06-05 15:12:48 +02:00
|
|
|
"outDir": "build/main"
|
2024-04-21 16:59:50 +02:00
|
|
|
},
|
2023-02-13 12:41:30 +00:00
|
|
|
"include": ["**/*.ts", "**/.*.ts"],
|
2023-03-14 17:40:24 +00:00
|
|
|
"exclude": ["node_modules", "build"]
|
2023-02-13 12:41:30 +00:00
|
|
|
}
|