Skip to content

Commit 66b26e8

Browse files
chore: tsconfig paths placed in compilerOptions
1 parent 690b29c commit 66b26e8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tsconfig.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"moduleResolution": "node",
77
"baseUrl": "src",
88
"esModuleInterop": true,
9-
"resolveJsonModule": true
10-
},
11-
"paths": {
12-
"@cloudinary/html": ["html/src"],
13-
"@cloudinary/ng": ["angular/projects/cloudinary-library/src"],
14-
"@cloudinary/react": ["react/src"],
15-
"@cloudinary/vue": ["vue/src"],
16-
"@cloudinary/*": ["*/src"],
17-
"*": ["node_modules"]
9+
"resolveJsonModule": true,
10+
"paths": {
11+
"@cloudinary/html": ["html/src"],
12+
"@cloudinary/ng": ["angular/projects/cloudinary-library/src"],
13+
"@cloudinary/react": ["react/src"],
14+
"@cloudinary/vue": ["vue/src"],
15+
"@cloudinary/*": ["*/src"],
16+
"*": ["node_modules"]
17+
}
1818
},
1919
"exclude": ["node_modules", "**/node_modules", "**/e2e", "**/dist", "**/build", "**/coverage"]
2020
}

0 commit comments

Comments
 (0)