mirror of
https://github.com/wharfkit/tutorial-client.git
synced 2026-07-24 09:57:25 +00:00
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|