{ "extends": "../tsconfig.json", "compilerOptions": { "paths": { "@/*": [ "src/*" ] } }, "include": [ "../src/**/*.d.ts", "lib/**/*.ts" ], }