{ "files": [], "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" } ], "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "declaration": true, "outDir": "./dist" }, "include": ["src/**/*", "tsconfig.app.json", "tsconfig.node.json"] }