Files
ansiblings/tsconfig.base.json
T
Benjamin Diedrichsen fcc181700e
Release / release (push) Successful in 1m0s
test release nopy-alpha5
2026-07-27 17:07:18 +02:00

21 lines
537 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/keyman": ["./packages/keyman/src"]
}
},
"exclude": ["coverage", "node_modules", "dist"]
}