Nertivia-Client/jsconfig.json
supertiger1234 e6e8afaa52 some changes
2019-04-20 10:54:34 +01:00

8 lines
No EOL
117 B
JSON

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