UNPKG

@webwriter/branching-scenario

Version:

Create adaptable learning experiences by authoring a gamebook, where you present the student with choices on how to continue.

10 lines 303 B
{ "compilerOptions": { "experimentalDecorators": false, // default for TypeScript 5.0 and up "useDefineForClassFields": true, // default when "target" is "ES2022" or higher "target": "ES2022", "moduleResolution": "Bundler", "outDir": "./dist", "module": "esnext" } }