datagrok-tools 6.2.3 → 6.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
// "noPropertyAccessFromIndexSignature": true, /* Require undeclared properties from index signatures to use element accesses. */
|
|
44
44
|
|
|
45
45
|
/* Module Resolution Options */
|
|
46
|
-
"moduleResolution": "
|
|
46
|
+
"moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. Use 'bundler' for webpack/rollup/etc. */
|
|
47
47
|
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
|
|
48
48
|
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
|
|
49
49
|
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
package/package.json
CHANGED