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

8 lines
96 B
JSON

{
"plugins": [
["babel-plugin-root-import", {
"rootPathSuffix": "src"
}]
]
}