ds4/tsconfig.json

8 lines
160 B
JSON
Raw Normal View History

2020-12-23 16:52:20 +01:00
{
2020-12-23 17:09:02 +01:00
"compilerOptions": {
"target": "ES2017",
"lib": ["DOM", "ES6", "ES2017"],
"types": ["foundry-pc-types", "jasmine"]
2020-12-23 17:09:02 +01:00
}
}