mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
5 lines
161 B
JSON
5 lines
161 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["integration/**/*", "integration/**/*.spec.ts", "packages/**/*.spec.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |