2024-05-03 12:53:26 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"noEmit": true
|
|
|
|
},
|
|
|
|
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
|
|
|
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
|
2024-05-03 13:00:45 +00:00
|
|
|
}
|