17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["vitest", "node"]
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"apps/**/*",
|
|
"tests/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"**/*.js",
|
|
"tests/e2e/step-definitions/automation.steps.ts"
|
|
]
|
|
} |