Files
log/oauth/tsconfig.node.json
syui 6e6c6e2f53
Some checks failed
Deploy ailog / build-and-deploy (push) Has been cancelled
fix oauth
2025-06-12 19:12:33 +09:00

11 lines
232 B
JSON

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