codex-marketplace-ui/tsconfig.node.json

15 lines
374 B
JSON
Raw Normal View History

2024-08-22 15:41:44 +00:00
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
2024-09-26 17:44:35 +00:00
"noEmit": true,
"resolveJsonModule": true
2024-08-22 15:41:44 +00:00
},
2024-09-26 17:44:35 +00:00
"include": ["vite.config.ts", "./package.json"]
2024-08-22 15:41:44 +00:00
}