This repository has been archived on 2025-05-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
seccodesmith-frontend/tsconfig.json
T

24 lines
581 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@assets/*": ["src/assets/*"],
"@components/*": ["src/components/*"],
"@pages/*": ["src/pages/*"],
"@data/*": ["src/data/*"],
"@styles/*": ["src/styles/*"],
"@tests/*": ["src/tests/*"],
"@images/*": ["src/assets/images/*"],
},
"moduleResolution": "node",
"types": ["node"]
}
}