Skip to content

Commit 06bf55b

Browse files
committed
fix: types folder
1 parent 818e92c commit 06bf55b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"paths": {
1515
"@/*": ["src/*"]
1616
},
17-
"typeRoots": ["node_modules/@types", "src/app/types"],
17+
"typeRoots": ["node_modules/@types", "src/types"],
1818
"plugins": [
1919
{
2020
"name": "ts-plugin-sort-import-suggestions",

0 commit comments

Comments
 (0)