Skip to content

Commit 580c632

Browse files
committed
chore: format
1 parent 43dcfb0 commit 580c632

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

packages/svelte-cloudinary/tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"composite": true
1515
},
1616
"references": [{ "path": "./tsconfig.tests.json" }],
17-
"include": ["src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "tests/**/*.ts", "tests/**/*.js", "tests/**/*.svelte"],
17+
"include": [
18+
"src/**/*.ts",
19+
"src/**/*.js",
20+
"src/**/*.svelte",
21+
"tests/**/*.ts",
22+
"tests/**/*.js",
23+
"tests/**/*.svelte"
24+
],
1825
"exclude": ["node_modules/**", "dist/**"]
1926
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"compilerOptions": {
4-
"baseUrl": ".",
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"baseUrl": ".",
55
"paths": {
66
"$src/*": ["./src/*"],
77
"$src": ["./src"]
88
}
9-
}
10-
}
9+
}
10+
}

0 commit comments

Comments
 (0)