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