AFFiNE/apps/prototype/tsconfig.node.json

12 lines
236 B
JSON
Raw Normal View History

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