mirror of
https://github.com/sartography/uva-covid19-testing-kiosk.git
synced 2025-02-16 17:46:22 +00:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-native",
|
|
"lib": ["dom", "esnext"],
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
}
|
|
}
|