source:
ReserveNGo-frontend/jsconfig.json
Last change on this file was 590f667, checked in by , 3 months ago | |
---|---|
|
|
File size: 116 bytes |
Line | |
---|---|
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.