teleport/web/jsconfig.json
2017-03-06 13:27:15 -05:00

8 lines
216 B
JSON

{
"compilerOptions": {
"baseUrl": "./src/app", // all paths are relative to the baseUrl
"paths": {
"app/*" : ["*"] // resolve any `app/bar` to `<baseUrl>/app/bar`
}
}
}