12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ESNext",
|
|
"jsx": "preserve",
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["src/**/*", "vite.config.js"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|