suspenders-js
Version:
Asynchronous programming library utilizing coroutines, functional reactive programming and structured concurrency.
29 lines (28 loc) • 668 B
JSON
{
"compilerOptions": {
"outDir": "./dist/",
"target": "esnext",
"module": "commonjs",
"strict": true,
"sourceMap": true,
"allowJs": false,
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"declaration": true
},
"exclude": [
"node_modules",
"dist"
]
}