autocad-bench / apps /dashboard /tsconfig.node.json
Dev Mandal
Initial open-source release
0be8f22
Raw
History Blame Contribute Delete
343 Bytes
{
"compilerOptions": {
"composite": true,
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"checkJs": false,
"outDir": ".tsbuild/node",
"rootDir": ".",
"types": ["node"],
"skipLibCheck": true
},
"include": ["vite.config.ts", "trace-api.mjs", "server.mjs"]
}