{ "extends": "@silverhand/ts-config-react/tsconfig.base", "compilerOptions": { "outDir": "build", "baseUrl": ".", "paths": { "@/*": [ "src/*" ] } } }