{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "downlevelIteration": true, "outDir": "./bin", "rootDir": "./src", "composite": true, "jsx": "react-jsx", "declaration": true, "declarationMap": true, "sourceMap": true, "lib": ["ES2020", "DOM"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "bin"], "references": [ { "path": "../core" }, { "path": "../editor-core" }, { "path": "../behavior-tree" } ] }