Files
hermione-fe/jsconfig.json
andrea.terzani 8dd4417d0e Initial commit
2024-07-31 09:22:52 +02:00

13 lines
187 B
JSON

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