2026-01-28 11:52:41 +01:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": ".",
|
2026-01-28 15:06:20 +01:00
|
|
|
"noEmit": true,
|
|
|
|
|
"allowJs": true
|
2026-01-28 11:52:41 +01:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src/**/*.ts",
|
2026-02-26 23:08:57 +01:00
|
|
|
"__tests__/**/*.ts",
|
|
|
|
|
"__mocks__/**/*.ts"
|
2026-01-28 11:52:41 +01:00
|
|
|
]
|
|
|
|
|
}
|