12 lines
158 B
JSON
12 lines
158 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"dist",
|
|
"**/*spec.ts",
|
|
"**/*test.ts",
|
|
"jest.config.ts"
|
|
]
|
|
}
|