2019-03-29 19:27:42 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-09-11 23:21:35 +00:00
|
|
|
"strict": true,
|
2019-03-29 19:27:42 +00:00
|
|
|
"outDir": "bin",
|
2019-09-10 23:19:12 +00:00
|
|
|
"target": "es2016",
|
2019-03-29 19:27:42 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": false,
|
|
|
|
"stripInternal": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"pretty": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitReturns": true,
|
2019-09-11 23:21:35 +00:00
|
|
|
"forceConsistentCasingInFileNames": true
|
2019-03-29 19:27:42 +00:00
|
|
|
},
|
2024-06-24 11:14:56 +00:00
|
|
|
"files": ["index.ts"]
|
2019-03-29 19:27:42 +00:00
|
|
|
}
|