9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"node_modules",
|
|
"src/**/__tests__",
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
} |