forked from xiangwang25/whale-town-end-v2
14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"client",
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*test.base.ts",
|
|
"**/tests/**/*",
|
|
"test/**/*"
|
|
]
|
|
}
|