2024-04-30 11:39:16 +02:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"extends": "@link-stack/typescript-config",
|
2024-04-30 11:39:16 +02:00
|
|
|
"compilerOptions": {
|
2024-05-07 14:16:01 +02:00
|
|
|
"outDir": "build/main",
|
2024-04-30 11:39:16 +02:00
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "node",
|
2024-05-07 14:16:01 +02:00
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"skipLibCheck": true
|
2024-04-30 11:39:16 +02:00
|
|
|
},
|
2024-05-07 14:16:01 +02:00
|
|
|
"include": ["**/*.ts", "**/.*.ts"],
|
|
|
|
|
"exclude": ["node_modules", "build", "database"]
|
2024-04-30 11:39:16 +02:00
|
|
|
}
|