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