Skip to content

Commit b15ac4a

Browse files
committed
Fix TS type output location
1 parent 8179a44 commit b15ac4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
"outDir": "./es",
1414
"forceConsistentCasingInFileNames": true,
1515
"experimentalDecorators": true,
16+
"rootDirs": ["./src", "./test", "./types"],
17+
"rootDir": "./src",
1618
"typeRoots": [
1719
"./node_modules/@types",
1820
"./types"
1921
]
2022
},
21-
"include": ["src/**/*", "test/**/*", "types"],
23+
"include": ["src/**/*", "est/**/*", "types"],
2224
"exclude": ["node_modules", "dist"]
2325
}

0 commit comments

Comments
 (0)