ds4/tsconfig.json
2020-12-23 17:14:02 +01:00

8 lines
149 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"lib": ["DOM", "ES6", "ES2017"],
"types": ["foundry-pc-types"]
}
}