Files
apikey-validator/frontend/tsconfig.node.json
2025-09-05 21:07:34 +08:00

10 lines
212 B
JSON

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