Files
gh-christianlouis-docuelevate/mobile/tsconfig.json
T
2026-03-10 09:57:58 +00:00

19 lines
371 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"jsx": "react-native",
"paths": {
"@/*": ["./src/*"]
},
"baseUrl": "."
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}