Files
WorkshopBlockchainGift/tsconfig.json
2026-03-07 14:15:48 +03:00

13 lines
284 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"outDir": "dist",
"module": "commonjs",
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}