vault-link/frontend/test-client/tsconfig.json

17 lines
No EOL
233 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"target": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"lib": [
"DOM",
"ESNext"
],
"moduleResolution": "node"
},
"exclude": [
"./dist"
]
}