{ "files": [], "references": [ { "path": "./tsconfig.node.json" }, { "path": "./tsconfig.cloudflare.json" } ], "include": ["types/**/*.d.ts"], "compilerOptions": { "checkJs": true, "verbatimModuleSyntax": true, "skipLibCheck": true, "strict": true, "noEmit": true, "baseUrl": ".", "paths": { "@/*": ["./app/*"] } } }