rsnext/test/integration/jsconfig-paths/jsconfig.json

11 lines
221 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@c/*": ["components/*"],
"@lib/*": ["lib/a/*", "lib/b/*"],
"@mycomponent": ["components/hello.js"],
"*": ["node_modules/*"]
}
}
}