cryptomus-api
Version:
Библиотека для работы с платежной системой Cryptomus
26 lines (25 loc) • 582 B
JSON
{
"compilerOptions": {
"sourceMap": true,
"target": "ES2021",
"module": "commonjs",
"moduleResolution": "node",
"strict": false,
"lib": ["esnext"],
"baseUrl": "src",
"outDir": "dist",
"rootDir": "src",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"strictPropertyInitialization": false,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"paths": {
"~/*": ["*"]
}
},
"include": ["src/**/*"]
}