fix typescript definitions in composite mode by including lib source files
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "@star-kitten/lib/discord",
|
||||
"paths": {
|
||||
"@*": ["./src/*"]
|
||||
"@*": ["./src/*"],
|
||||
"@star-kitten/lib/*": ["../lib/src/*"]
|
||||
},
|
||||
"typeRoots": ["src/types", "./node_modules/@types"]
|
||||
},
|
||||
"references": [{ "path": "../lib" }],
|
||||
"include": ["src", "types"],
|
||||
"exclude": ["node_modules", "dist", "build", "**/*.test.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user