Files
planet/frontend/tsconfig.tooling.json
rayd1o dd176a6ae6
Some checks failed
ci / backend (push) Has been cancelled
ci / frontend (push) Has been cancelled
release / images (push) Has been cancelled
ci / delivery (push) Has been cancelled
release: bump version to 0.57.0
2026-05-14 01:02:17 +08:00

15 lines
359 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"target": "ES2020",
"lib": ["ES2020"],
"module": "ESNext",
"moduleResolution": "bundler",
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tooling.tsbuildinfo",
"types": ["node"],
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}