mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
fix: tsconfig references for utility tests
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"extends": "../../tsconfig.common.json",
|
"extends": "../../tsconfig.common.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
|
"composite": true,
|
||||||
"lib": [
|
"lib": [
|
||||||
"dom",
|
"dom",
|
||||||
"dom.iterable",
|
"dom.iterable",
|
||||||
|
|||||||
@@ -29,6 +29,11 @@
|
|||||||
"src/**/*.spec.ts",
|
"src/**/*.spec.ts",
|
||||||
"src/**/*.spec.tsx",
|
"src/**/*.spec.tsx",
|
||||||
],
|
],
|
||||||
|
"references": [
|
||||||
|
{
|
||||||
|
"path": "./tsconfig.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./src/declarations/**"
|
"./src/declarations/**"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user