ds4/tsconfig.json

11 lines
140 B
JSON

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