Update auto_transpile.jsonc

This commit is contained in:
oblomov-dev 2025-02-19 15:17:20 -05:00 committed by GitHub
parent 95b7732116
commit d462241490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
"ignoreSyntaxCheck": false,
"addFilenames": true,
"addCommonJS": true,
"extraSetup": "../../node/setup.mjs",
"extraSetup": "./node/setup.mjs",
"unknownTypes": "runtimeError",
"skipReposrc": true,
"keywords": ["return", "in", "class", "for", "delete", "var"],