source: ReserveNGo-frontend/jsconfig.json@ 590f667

Last change on this file since 590f667 was 590f667, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago

Added Initial frontend

  • Property mode set to 100644
File size: 116 bytes
RevLine 
[590f667]1{
2 "compilerOptions": {
3 "paths": {
4 "@/*": ["./src/*"]
5 }
6 },
7 "exclude": ["node_modules", "dist"]
8}
Note: See TracBrowser for help on using the repository browser.