UNPKG

242 BJSONView Raw
1{
2 // This file is required for VSCode to understand webpack aliases
3 "compilerOptions": {
4 // This must be specified if "paths" is set
5 "baseUrl": ".",
6 // Relative to "baseUrl"
7 "paths": {
8 "~/*": ["./src/*"],
9 }
10 }
11}
\No newline at end of file