Files
codeql/javascript/ql/test/library-tests/PathResolution/BabelRootImport/tst2/package.json
Asger F e4420f63fb JS: Move babel-root-import test
This moves the test for the babel `root-import` plugin into the new
unit test for import resolution, so we only have one set of tests to
maintain.

The actual implementation is added in the next commit.
2025-04-29 13:23:38 +02:00

15 lines
242 B
JSON

{
"babel": {
"plugins": [
["babel-plugin-root-import", {
"paths": [{
"rootPathSuffix": "src/js"
}, {
"rootPathPrefix": "#",
"rootPathSuffix": "../tst1"
}]
}]
]
}
}