mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"include": [
|
|
"integration/**/*",
|
|
"integration/**/*.spec.ts",
|
|
"packages/**/*.spec.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|