{ "extends": "./node_modules/@vtj/cli/config/tsconfig.web.json", "compilerOptions": { "module": "nodenext", "lib": ["ESNext", "DOM"], "moduleResolution": "nodenext", "noUnusedLocals": false, "noUnusedParameters": false, "baseUrl": "./", "paths": { "@/*": ["src/*"] } }, "include": ["src"], "exclude": [".vtj"], "references": [ { "path": "./tsconfig.node.json" } ] }