Ghost/ghost/portal/jsconfig.json
e.baidakova 991e628022 Add ability to use absolute paths for import
closes TryGhost/Team#2264
- Instead of relative paths, we can use absolute. It helps to keep code cleaner and don't worry about import when doing refactoring.
Relative paths require rewriting them in case a file is moved to another directory.
2022-11-24 13:58:27 +04:00

7 lines
84 B
JSON

{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}