lexer-state
Version:
Lightweight state machine library to define and manage state transition declaratively
24 lines (23 loc) • 494 B
JSON
{
"compilerOptions": {
"incremental": false,
"target": "ES6",
"module": "commonjs",
"declaration": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"rootDir": "./src",
"outDir": "./dist"
}
// "files": [],
// "references": [
// {
// "path": "./packages/machine"
// },
// {
// "path": "./packages/examples/arithmetic-lexer-example"
// }
// ]
}