{ "extends": "../tsconfig.base.json", "compilerOptions": { "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "paths": { "utopia-ui": ["../lib/src"], "#components/*": ["../lib/src/Components/*"], "#utils/*": ["../lib/src/Utils/*"], "#types/*": ["../lib/src/types/*"], "#assets/*": ["../lib/src/assets/*"], "#src/*": ["../lib/src/*"], "#root/*": ["../lib/*"] } }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }