vault-link/frontend/sync-client/tsconfig.json
2025-02-19 20:52:05 +00:00

12 lines
244 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ESNext",
"noImplicitAny": true,
"moduleResolution": "bundler",
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"lib": ["DOM", "ESNext"]
}
}