2025-01-14 16:05:14 +01:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.build.json",
|
|
|
|
"compilerOptions": {
|
2025-01-14 16:15:24 +01:00
|
|
|
"outDir": "dist",
|
|
|
|
"sourceMap": true
|
2025-01-14 16:05:14 +01:00
|
|
|
},
|
|
|
|
"include": ["tests/**/*.js", "tests/**/*.ts"],
|
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
}
|