c44ed442f4
Signed-off-by: Meredith Lancaster <malancas@github.com>
11 lines
292 B
JSON
11 lines
292 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["./__tests__/**/*", "./src/**/*", "./jest.config.ts"],
|
|
"exclude": ["./dist", "./node_modules", "./coverage", "*.json"]
|
|
}
|