rage-framework/client/dts.config.json

12 lines
212 B
JSON
Raw Permalink Normal View History

2024-06-10 00:53:42 +00:00
{
"compilationOptions": {
"followSymlinks": true,
"preferredConfigPath": "../tsconfig.json"
},
"entries": [
{
"filePath": "./src/index.ts",
2024-06-10 01:55:38 +00:00
"outFile": "./dist/index.d.ts"
2024-06-10 00:53:42 +00:00
}
]
}