tidy. more jsconfig hinting
This commit is contained in:
parent
e4d1b00f9b
commit
8b5e30a9e9
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import Blockly from 'blockly'
|
||||
|
||||
const
|
||||
random = Math.random()*100000000, // busts the NodeJS file cache
|
||||
mutator = (await import(`./action_settings/mutator.js?key=${random}`)).default
|
||||
|
|
@ -17,7 +15,6 @@ export default {
|
|||
mutator,
|
||||
|
||||
lines: [
|
||||
[ "", "LEFT" ],
|
||||
[ "Triggers:", "LEFT" ],
|
||||
[ "", {
|
||||
inputStatement: "TRIGGERS",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"module": "nodenext",
|
||||
"target": "es2022",
|
||||
"paths": {
|
||||
"#app/*.js": ["./app/*.js"],
|
||||
"#src/*.js": ["./src/*.js"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue