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

16 lines
No EOL
229 B
JSON

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