8 lines
147 B
JSON
8 lines
147 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["foundry-vtt-types", "jest"]
|
||
|
},
|
||
|
"include": ["src", "./"]
|
||
|
}
|