Skip to content

Commit

Permalink
copy sindre's tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Jun 28, 2022
1 parent 552221f commit 5a7fadb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
/* LANGUAGE COMPILATION OPTIONS */
"target": "ES6",
"lib": ["DOM", "ES6", "ESNext"],
"module": "NodeNext",
"target": "ES2020",
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"module": "Node16",
"moduleResolution": "Node16",
"resolveJsonModule": true,

Expand Down

0 comments on commit 5a7fadb

Please sign in to comment.