Files
proxy-station/shared/tsconfig.json
2026-08-25 11:35:05 +08:00

12 lines
201 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
}