grantforge-api / frontend-react /tsconfig.node.json
GrantForge Bot
Deploy sha-565ad85979610064f6d1c18ab3b6404357d61073 — source build (no GHCR)
ce8f04a
Raw
History Blame Contribute Delete
325 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"allowJs": true,
"checkJs": false,
"outDir": "./node_modules/.tmp/tsconfig-node"
},
"include": ["vite.config.js", "vite.config.ts"]
}