ds4/spec/tsconfig.json

8 lines
172 B
JSON
Raw Normal View History

2021-02-11 13:42:38 +01:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
2022-08-22 22:05:14 +02:00
"types": ["@league-of-foundry-developers/foundry-vtt-types"]
2021-02-11 13:42:38 +01:00
},
2021-03-17 17:32:29 +01:00
"include": ["../src", "./"]
2021-02-11 13:42:38 +01:00
}