Jason Hartman
Jason Hartman
implements #23 - add support for differentation of output by outDir (does not detect if tsconfig.json outDir matches an override) - add option to override top level properties in package.json...
With module: Node16 the type property of package.json determines how .js files are interpreted. `"type": "module"` -> ESM `"type": "commonjs"` or not present -> CommonJS tsc only enters full ESM...
getDefaultTscTaskDependencies was ineffective and is now removed. eslint with ts processing does not require build first. Instead of requiring that tsc is run for the projects listed in lint config,...
experimental packages are free to experiment with export paths and thus imports need not be restricted.
For tsc dependency checks limit dependencies to those within a workspace. With special exception for repo release groups (mostly restored historical check). Add a filter function when acquiring possible predecessors....
typescript builds against `odsp-client` must use `/beta` import spec path to import `@beta` APIs. Correct use within examples including mismatched `TokenResponse` import.
typescript builds against `odsp-client` must use `/beta` import spec path to import `@beta` APIs. Correct use within examples including mismatched `TokenResponse` import.
[AB#8288](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/8288)
- routerlicious-urlresolver - remove dup lint settings - fluid-static - remove extra mocha args - container-runtime - correct coverage config