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