9 lines
276 B
JSON
9 lines
276 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
|
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
|
|
}
|