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