vault-link/frontend/sync-client/tsconfig.json
2025-02-20 22:21:07 +00:00

12 lines
233 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"lib": ["DOM", "ESNext"]
},
"exclude": ["./dist"]
}