Korbs/Contour
Archived
Template
1
Fork 0
This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/tsconfig.json
2024-02-02 08:37:24 -05:00

12 lines
No EOL
254 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"skipLibCheck": true,
"paths": {
"@assets/*": ["src/assets/*"],
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@styles/*": ["src/styles/*"]
}
}
}