13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "DOM"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*", "vite-env.d.ts"]
|
|
}
|