Files
apollo-fe/jsconfig.json
andrea.terzani f9472a4197 Initial commit
2024-07-30 15:12:56 +02:00

13 lines
187 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": [
"./src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}