1
0
mirror of https://github.com/tooot-app/app synced 2025-01-24 07:30:46 +01:00
tooot/tsconfig.json
2020-10-31 21:04:46 +01:00

17 lines
325 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
"baseUrl": ".",
"paths": {
"src/*": ["src/*"]
}
}
}