mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-02 05:23:08 +00:00
15 lines
374 B
JSON
15 lines
374 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["vite.config.ts", "./package.json"]
|
|
}
|