Skip to content

Commit b666465

Browse files
committed
fix: move type files back to src
1 parent 6b46c96 commit b666465

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed
File renamed without changes.
File renamed without changes.

tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"emitDeclarationOnly": false,
55
"isolatedModules": false,
66
"target": "ESNext",
7-
"module": "ESNext",
8-
"typeRoots": ["./types", "node_modules/@types"]
7+
"module": "ESNext"
98
},
109
}

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"esModuleInterop": true,
1313
"target": "ESNext",
1414
"module": "ESNext",
15-
"moduleResolution": "Node",
16-
"typeRoots": ["./types", "node_modules/@types"]
15+
"moduleResolution": "Node"
1716
},
1817
}

0 commit comments

Comments
 (0)