{ "extends": "@yetanother/tsconfig/react", "include": ["src"], "compilerOptions": { "outDir": "./dist", "paths": { "@/*": ["./src/*"] } } }