UNPKG

@andreasdymek/branching-scenario

Version:

Create adaptive learning experiences by authoring a gamebook, where you present the student with choices on how to continue. The content in the gamebook can be based on a all other WebWriter content types.

9 lines 276 B
{ "compilerOptions": { "experimentalDecorators": false, // default for TypeScript 5.0 and up "useDefineForClassFields": true, // default when "target" is "ES2022" or higher "target": "ES2022", "moduleResolution": "node", "outDir": "./dist", } }