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