Files
ReporterStationManagementSy…/tsconfig.node.json
T
2026-08-01 23:09:49 +08:00

13 lines
305 B
JSON

{
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.cache/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true
},
"include": ["vite.config.ts"]
}