21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"**/* copy *.tsx",
|
|
"**/* copy.tsx",
|
|
"**/*.bak",
|
|
"**/*.bak",
|
|
"**/*.bug",
|
|
"**/*.del",
|
|
"**/*.draft",
|
|
"**/*.log",
|
|
"**/*.tmp",
|
|
"**/*del"
|
|
], "include": ["vite.config.ts"]
|
|
}
|