@aresrpg/aresrpg-sdk
Version:
General SDK to interract with AresRPG
17 lines (16 loc) • 379 B
JSON
{
"include": ["src/**/*", "types.d.ts"],
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"target": "esnext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowSyntheticDefaultImports": true,
"declaration": true,
"emitDeclarationOnly": true,
"resolveJsonModule": true,
"outDir": "types",
"skipLibCheck": true
}
}