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"]
|
|
}
|