codex-marketplace-ui/tsconfig.node.json

15 lines
374 B
JSON
Raw Normal View History

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