2025-01-21 12:01:43 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"extends": "./tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"noEmit": true
|
|
|
|
|
},
|
|
|
|
|
"exclude": ["dist", "node_modules"],
|
2025-02-12 20:42:16 +01:00
|
|
|
"include": ["__tests__", "src", "eslint.config.mjs", "jest.config.js"]
|
2025-01-21 12:01:43 +01:00
|
|
|
}
|