rage-framework/client/dts.config.json
Oleksandr Honcharov 599b1fb5c8 client fixes
2024-06-10 04:55:38 +03:00

12 lines
212 B
JSON

{
"compilationOptions": {
"followSymlinks": true,
"preferredConfigPath": "../tsconfig.json"
},
"entries": [
{
"filePath": "./src/index.ts",
"outFile": "./dist/index.d.ts"
}
]
}