2025-08-26 16:57:28 -07:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": true
|
|
|
|
|
},
|
|
|
|
|
"include": ["./__tests__/**/*", "./src/**/*"],
|
|
|
|
|
"exclude": ["./dist", "./node_modules", "./coverage", "*.json"]
|
|
|
|
|
}
|