Files
log/aicard-web-oauth/tsconfig.node.json
syui f7c9e1085c
Some checks failed
Deploy ailog / build-and-deploy (push) Failing after 13m14s
fix
2025-06-11 12:34:24 +09:00

11 lines
232 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}