9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx"
|
|
],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|