Skip to content

Commit c86efad

Browse files
committed
fix: reformat
1 parent 5e135a5 commit c86efad

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/jsondiffpatch/tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"compilerOptions": {
33
"target": "es6",
44
"module": "node16",
5-
"types": [
6-
"node",
7-
],
5+
"types": ["node"],
86
"declaration": true,
97
"outDir": "lib",
108
"isolatedModules": true,
@@ -13,7 +11,5 @@
1311
"strict": true,
1412
"skipLibCheck": false
1513
},
16-
"include": [
17-
"src"
18-
],
14+
"include": ["src"]
1915
}

0 commit comments

Comments
 (0)