UNPKG

qnce-engine

Version:

Core QNCE (Quantum Narrative Convergence Engine) - Framework agnostic narrative engine with performance optimization

14 lines (13 loc) 230 B
{ "extends": "../tsconfig.json", "compilerOptions": { "jsx": "react-jsx", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "noEmit": true }, "include": [ "./**/*", "../src/**/*" ] }