@risemaxi/api-client
Version:
Client Library for Rise
20 lines (19 loc) • 448 B
JSON
{
"compilerOptions": {
"strict": true,
"outDir": "./dist",
"allowJs": true,
"checkJs": true,
"module": "NodeNext",
"target": "ES2020",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true
},
"include": ["src/**/*"]
}