mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
991e628022
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.
7 lines
84 B
JSON
7 lines
84 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|