Twilio-poc/tsconfig.json
gpt-engineer-app[bot] 7d1ee99977 Use tech stack vite_react_shadcn_ts
[skip gpt_engineer]
2025-02-26 16:18:43 +00:00

20 lines
381 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"noImplicitAny": false,
"noUnusedParameters": false,
"skipLibCheck": true,
"allowJs": true,
"noUnusedLocals": false,
"strictNullChecks": false
}
}