f7cloud_client/apps/contacts/tsconfig.json
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

17 lines
357 B
JSON

{
"include": ["src/**/*.ts", "src/**/*.vue", "src/env.d.ts"],
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ESNext",
"strictNullChecks": true,
"sourceMap": true,
"declaration": false,
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"paths": {
"@/*": ["./src/*"]
}
}
}