Skip to content

Commit

Permalink
chore(tsconfig): sort options
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 13, 2023
1 parent 9880c66 commit 70990c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/license-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

const { promisify } = require("util");
const { init } = require("license-checker");
// @ts-ignore
const copyLeftLicenses = require("spdx-copyleft");
const path = require("upath");

Expand Down
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"include": ["src/index.js"],
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"lib": ["ES2019"],
"moduleResolution": "nodenext",
"outDir": "types",
"resolveJsonModule": true,
"strict": true
}
},
"include": ["src/index.js"]
}

0 comments on commit 70990c8

Please sign in to comment.