A quick vibe-coded site to test response times of PLC.directory mirrors (over 3 attempts)
1{
2 "files": [],
3 "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
4 "compilerOptions": {
5 "baseUrl": ".",
6 "paths": {
7 "@/*": ["./src/*"]
8 },
9 "noImplicitAny": false,
10 "noUnusedParameters": false,
11 "skipLibCheck": true,
12 "allowJs": true,
13 "noUnusedLocals": false,
14 "strictNullChecks": false
15 }
16}