mirror of
https://github.com/mruwnik/memory.git
synced 2025-06-28 15:14:45 +02:00
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.js"
|
|
]
|
|
} |