2022-06-10 23:57:12 +02:00
|
|
|
{
|
2024-12-05 14:31:53 +01:00
|
|
|
"extends": "../../tsconfig.build.json",
|
2024-12-09 11:25:44 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true
|
|
|
|
},
|
2024-11-26 12:29:24 +01:00
|
|
|
"include": ["./src/**/*"],
|
|
|
|
"exclude": ["node_modules", "**/*.json", "**/*.spec.ts", "**/*.spec.js"]
|
2022-06-10 23:57:12 +02:00
|
|
|
}
|