interruptor
Version:
Run a function with the possibility to interrupt it from another thread
22 lines (21 loc) • 407 B
JSON
{
"compilerOptions": {
"esModuleInterop": true,
"downlevelIteration": true,
"sourceMap": true,
"strictNullChecks": false,
"declaration": true,
"removeComments": true,
"target": "es2019",
"lib": ["es2019"],
"outDir": "./lib",
"moduleResolution": "node",
"module": "commonjs"
},
"include": [
"./src/**/*"
],
"exclude": [
"./src/**/*.spec.*"
]
}