15 lines
304 B
JSON
15 lines
304 B
JSON
|
{
|
||
|
"compilationOptions": {
|
||
|
"followSymlinks": true,
|
||
|
"preferredConfigPath": "../tsconfig.json"
|
||
|
},
|
||
|
"entries": [
|
||
|
{
|
||
|
"filePath": "./src/index.ts",
|
||
|
"outFile": "./dist/index.d.ts",
|
||
|
"libraries": {
|
||
|
"inlinedLibraries": ["@ragempcommunity/types-client"]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|