Files
examples/with-electron/tsconfig.json
2019-11-25 23:54:46 -08:00

12 lines
238 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}