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