AFFiNE/apps/prototype/tsconfig.node.json
2023-08-10 05:05:34 +00:00

12 lines
236 B
JSON

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