2023-02-21 17:10:17 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
|
},
|
2023-05-24 14:07:35 +08:00
|
|
|
"include": ["vite.config.ts", "manifest.config.ts"]
|
2023-02-21 17:10:17 +08:00
|
|
|
}
|