Greg Hornby
Results
2
issues of
Greg Hornby
Project folder structure ``` tsconfig.json /src /managers /managerA.ts /managerB.ts ``` tsconfig.js ``` { "compilerOptions": { "sourceRoot": "./", "baseUrl": "./" } } ``` If I want to import managerA in managerB.ts,...
It would be nice to be able to create environments where all the variables are local and don't get synced to the cloud without having to set each value to...