Small fix in tsconfig.spec.json
This commit is contained in:
parent
56dfcfdb6c
commit
9332baab82
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"types": ["@league-of-foundry-developers/foundry-vtt-types", "jest"]
|
"types": ["@league-of-foundry-developers/foundry-vtt-types", "jest"]
|
||||||
},
|
},
|
||||||
"include": ["src", "./"]
|
"include": ["../src", "./"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue