dep: update to wabac.js 2.20 (#704)

Update imports for new TS-based wabac.js
This commit is contained in:
Ilya Kreymer 2024-10-16 21:02:04 -07:00 committed by GitHub
parent a45b85dd74
commit 0d39ea3590
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 37 deletions

View file

@ -29,9 +29,9 @@
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
/* Modules */
"module": "NodeNext" /* Specify what module code is generated. */,
"module": "esnext" /* Specify what module code is generated. */,
"rootDir": "./src" /* Specify the root folder within your source files. */,
"moduleResolution": "NodeNext" /* Specify how TypeScript looks up a file from a given module specifier. */,
"moduleResolution": "bundler" /* Specify how TypeScript looks up a file from a given module specifier. */,
//"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */