aretherecookies-mobile/jsconfig.json
Bart Akeley 2593f0d94e initial
2017-01-16 20:53:55 -06:00

9 lines
No EOL
151 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}