Files
codeql/javascript/ql/test/library-tests/PathResolution/BabelRootImport/tst4/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

13 lines
215 B
JSON

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