e280925a8b
- `compilerOptions.baseUrl` is nice but it means we end up with two different styles of import paths for project files - relative and from `src/` - to fix this, we're going to standardize on relative imports and remove the ability to import relative to the top-level project folder - this removes the jsconfig line and fixes all existing imports
4 lines
27 B
JSON
4 lines
27 B
JSON
{
|
|
"include": ["src"]
|
|
}
|