Skip to content

Commit 236aa8f

Browse files
Move types out of the extensions directory.
1 parent bb940f9 commit 236aa8f

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"include": [
33
"*.mjs",
44
"**/*.mjs",
5-
"extensions/types/*.d.ts",
5+
"types/*.d.ts",
66
"node_modules/@mapeditor/tiled-api/*.d.ts"
77
],
88
"compilerOptions": {
@@ -16,7 +16,7 @@
1616
],
1717
"baseUrl": "extensions",
1818
"typeRoots": [
19-
"./extensions/types",
19+
"types",
2020
"./node_modules/@mapeditor/tiled-api"
2121
],
2222
"allowJs": true,

0 commit comments

Comments
 (0)