Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent 05af16e commit ed29989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"esModuleInterop": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022"
"target": "ES2022",
"outDir": "lib",

Check failure on line 10 in tsconfig.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'outDir' should be before 'target'
"sourceMap": true,
"resolveJsonModule": true

Check failure on line 12 in tsconfig.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'resolveJsonModule' should be before 'sourceMap'
},
"include": ["src"]
}

0 comments on commit ed29989

Please sign in to comment.