Expo-StickerSmash/jsconfig.json

11 lines
158 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}