8 lines
175 B
JSON
8 lines
175 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"lib": ["DOM", "ES6", "ES2017"],
|
|
"types": ["foundry-pc-types"],
|
|
"esModuleInterop": true
|
|
}
|
|
}
|