Refactored actions, 'cast a spell' task now works
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
"module": "esNext",
|
||||
"moduleResolution": "Node",
|
||||
"target": "es2018",
|
||||
"lib": ["esnext", "dom"],
|
||||
"lib": [
|
||||
"esnext",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
],
|
||||
"jsx": "preserve",
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
@@ -44,4 +48,4 @@
|
||||
"node_modules/@types/meteor/globals/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user