{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@lifetracker/typescript-config/base.json", "compilerOptions": { "baseUrl": ".", "plugins": [], "paths": { "@/*": [ "./*" ] }, "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, "include": [ "**/*.ts", "**/*.tsx" ], "exclude": [ "node_modules" ] }