rsnext/test/integration/jsconfig-paths/jsconfig.json
2020-03-23 12:30:42 -04:00

10 lines
190 B
JSON

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