2022-03-25 22:12:00 +01:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"module": "esnext",
|
2024-07-10 22:32:08 +02:00
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true
|
2022-03-25 22:12:00 +01:00
|
|
|
},
|
2024-07-10 22:32:08 +02:00
|
|
|
"include": ["vite.config.ts", "vite.sw.config.ts", "bundle.ts"]
|
2022-03-25 22:12:00 +01:00
|
|
|
}
|