Files
dc-observatio/services/pcp-tgu-ops-ui/tsconfig.node.json
T
Дмитрий Соловьев 9fca4d4051 pcp-tgu интерфейс
2026-05-29 16:09:36 +03:00

15 lines
349 B
JSON

{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2023",
"lib": ["ES2023"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}