2019-04-19 15:15:34 -04:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2019-04-19 15:52:23 -04:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2019-04-19 15:15:34 -04:00
|
|
|
"module": "commonjs",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"lib": ["es6"]
|
|
|
|
|
},
|
|
|
|
|
"exclude": [
|
|
|
|
|
"node_modules",
|
|
|
|
|
"**/*.test.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|