-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap over to `tsconfig.json` for a bunch of reasons: * VSCode shows erros when using `replaceAll` unless it finds a `tsconfig.json` with a recent enough library version * TypeDoc (and probably other tools) require a `tsconfig.json` file to work * Several things like the `paths` `tsc` option can only be supplied through `tsconfig.json` and using this is necessary for future changes where test files can import the library as `@ninjutsu-build/foo` rather than `./foo.js`
- Loading branch information
1 parent
01ccc0d
commit 857c484
Showing
16 changed files
with
230 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.