@blooo/hw-app-concordium
Version:
Ledger Hardware Wallet Concordium Application API
26 lines (25 loc) • 652 B
JSON
{
"compilerOptions": {
"allowJs": true, // we might want to change to false
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"pretty": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"declaration": true,
"declarationMap": true,
"downlevelIteration": true,
"noImplicitAny": false,
"noImplicitThis": false,
"module": "ESNext",
"lib": ["DOM", "ES2017"],
"isolatedModules": false,
"target": "ES6",
"outDir": "lib",
},
"include": ["src/**/*"]
}