-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace deprecated
@tsconfig/node16-strictest-esm
with other…
… `@tsconfig/*` packages Ref https://www.npmjs.com/package/@tsconfig/node16-strictest-esm
- Loading branch information
1 parent
6336b61
commit 8689ff4
Showing
3 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"extends": "@tsconfig/node16-strictest-esm/tsconfig.json", | ||
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node16/tsconfig"], | ||
"compilerOptions": { | ||
"module": "es2022", | ||
"moduleResolution": "node10", | ||
"declaration": true, | ||
"outDir": "./dist/", | ||
"ignoreDeprecations": "5.0" | ||
"outDir": "./dist/" | ||
}, | ||
"files": ["index.ts"] | ||
} |