Adding the skeleton QR code
This commit is contained in:
17
frontend/tsconfig.json
Normal file
17
frontend/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"files": [],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@src/*": ["src/*"],
|
||||
"@components/*": ["src/components/*"],
|
||||
"@styles/*": ["src/styles/*"],
|
||||
"@atoms/*": ["src/components/atoms/*"],
|
||||
"@molecules/*": ["src/components/molecules/*"],
|
||||
"@organisms/*": ["src/components/organisms/*"],
|
||||
"@templates/*": ["src/components/templates/*"]
|
||||
}
|
||||
},
|
||||
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
|
||||
}
|
||||
Reference in New Issue
Block a user