Fix jasmine imports/symbol visibility.

This commit is contained in:
Oliver Rümpelein 2020-12-31 02:29:27 +01:00
parent 6b18e720a1
commit c76c2c23c3
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "ES2017",
"lib": ["DOM", "ES6", "ES2017"],
"types": ["foundry-pc-types", "jasmine"]
}
}
{
"compilerOptions": {
"target": "ES2017",
"lib": ["DOM", "ES6", "ES2017"],
"types": ["foundry-pc-types"],
"esModuleInterop": true
}
}