Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
10 lines (10 sloc) 174 Bytes
{
"compilerOptions": {
"target": "ES6",
"allowSyntheticDefaultImports": true
},
"exclude": [
"client/dist",
"node_modules"
]
}