rsnext/examples/cms-ghost/jsconfig.json

11 lines
175 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/lib/*": ["lib/*"],
"@/styles/*": ["styles/*"]
}
}
}