{ "extends": "../../tsconfig.base.json", "compilerOptions": { "baseUrl": "./", "rootDir": "./src", "paths": { "@theme-hope/*": ["./src/client/*.js"] } }, "include": ["./src"] }