Files
cryptowallet/packages/shared/tsconfig.json
ZOMBIIIIIII a81e29807c add project
2026-04-08 14:11:27 +03:00

12 lines
207 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true
},
"include": ["src/**/*"]
}