Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phanshiyu committed May 7, 2024
1 parent 6ee131d commit 89a8dd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@
"strict": true,
// affects emission
"module": "commonjs",

"moduleResolution": "node",
// affects emission
// 98% browser support (https://caniuse.com/?search=es6)
// Node >12 already supports ES2019 (https://node.green/#ES2019)
"target": "ES6",

// 96% browser support (https://caniuse.com/array-flat)
"lib": ["ES2019.Array"],
"typeRoots": ["./src/@types", "./node_modules/@types"],
"skipLibCheck": true,
"resolveJsonModule": true,
// affects emission
"esModuleInterop": true,

"allowJs": true,
"outDir": "./dist"
},
Expand Down

0 comments on commit 89a8dd1

Please sign in to comment.