tidy. more jsconfig hinting

This commit is contained in:
Loren Norman 2024-11-22 15:41:06 -05:00
parent e4d1b00f9b
commit 8b5e30a9e9
2 changed files with 2 additions and 3 deletions

View file

@ -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",

View file

@ -1,6 +1,8 @@
{
"compilerOptions": {
"checkJs": true,
"module": "nodenext",
"target": "es2022",
"paths": {
"#app/*.js": ["./app/*.js"],
"#src/*.js": ["./src/*.js"],