darkwire.io/client/jsconfig.json
Jeremie Pardou-Piquemal e06b0e384c Apply prettier on client
2020-06-13 16:33:08 +02:00

9 lines
97 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["src/*"]
}
}
}