mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
9 lines
110 B
JSON
9 lines
110 B
JSON
{
|
|
"extends": "tsconfig.json",
|
|
"include": [
|
|
"**/*.spec.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |