aretherecookies-mobile/jsconfig.json

9 lines
151 B
JSON
Raw Normal View History

2017-01-16 20:53:55 -06:00
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}