@lf-lang/reactor-ts
Version:
A reactor-oriented programming framework in TypeScript
23 lines (22 loc) • 542 B
JSON
{
"compilerOptions": {
"allowJs": true,
"target": "esnext",
"module": "CommonJS",
"esModuleInterop": true,
"isolatedModules": true,
"lib": ["esnext", "dom"],
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noImplicitThis": true,
"outDir": "lib"
},
"include": [
"src/**/*"
]
}