trisquel-icecat/icecat/testing/web-platform/tests/digital-credentials/tsconfig.json
2025-10-06 02:35:48 -06:00

12 lines
210 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true,
"lib": ["dom", "esnext"],
"baseUrl": "."
}
}