Skip to content

Commit d4eb291

Browse files
chore: format
1 parent f11a10d commit d4eb291

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"noFallthroughCasesInSwitch": true,
1616
"baseUrl": ".",
1717
"paths": {
18-
"*": ["typings/*"],
18+
"*": ["typings/*"]
1919
},
2020
"declaration": true,
2121
"esModuleInterop": true,
2222
"resolveJsonModule": true,
2323

24-
"skipLibCheck": true,
24+
"skipLibCheck": true
2525
},
2626
"include": [
2727
"src/**/*",
2828
"tests/src/**/*",
2929
"tools/**/*",
3030
"typings/**/*",
31-
"benchmark/**/*",
31+
"benchmark/**/*"
3232
],
33-
"exclude": ["lib/**/*"],
33+
"exclude": ["lib/**/*"]
3434
}

0 commit comments

Comments
 (0)