Files
ansiblings/tsconfig.base.json
T
Benjamin Diedrichsen 4c0fe528dc
Publish snapshot / snapshot (push) Successful in 1m2s
fixing documentation
2026-07-29 13:21:04 +02:00

22 lines
599 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "nodenext",
"lib": ["ES2020"],
"moduleResolution": "nodenext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"paths": {
"@bitsquare/nopy": ["./packages/nopy/src"],
"@bitsquare/nopy-cubes": ["./packages/nopy-cubes/src"],
"@bitsquare/keyman": ["./packages/keyman/src"]
}
},
"exclude": ["coverage", "node_modules", "dist"]
}