Files
RadioStore/admin-web/tsconfig.node.json
2026-05-05 20:56:06 +03:00

11 lines
195 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}