lexer-state
Version:
Lightweight state machine library to define and manage state transition declaratively
17 lines (16 loc) • 385 B
JSON
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist", // where to put the TS files
"target": "ES2017",
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
"module": "CommonJS",
"esModuleInterop": true,
"composite": false,
"incremental": false,
"jsx": "react-jsx"
},
"include": ["src"] // which files to compile,
}