2019-06-24 23:45:54 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-09-11 23:21:35 +00:00
|
|
|
"strict": true,
|
2019-06-24 23:45:54 +00:00
|
|
|
"outDir": "bin",
|
2019-09-10 23:19:12 +00:00
|
|
|
"target": "es2016",
|
2019-06-24 23:45:54 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"pretty": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitReturns": true,
|
2019-09-11 23:21:35 +00:00
|
|
|
"forceConsistentCasingInFileNames": true
|
2019-06-24 23:45:54 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts"
|
|
|
|
]
|
|
|
|
}
|