snappymail/tsconfig.json
2016-06-25 01:19:21 +03:00

11 lines
No EOL
158 B
JSON

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