You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|||
"extends": "./tsconfig.json",
|
|||
"include": [
|
|||
// adjust "includes" to what makes sense for you and your project
|
|||
"src/**/*.ts",
|
|||
"e2e/**/*.ts"
|
|||
],
|
|||
"references": [
|
|||
{ "path": "../packages/core-utils" },
|
|||
{ "path": "../packages/models" },
|
|||
{ "path": "../packages/typescript-utils" }
|
|||
]
|
|||
}
|