2021-10-13 08:02:10 +02:00
|
|
|
{
|
2022-01-06 17:19:59 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "esnext",
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"strict": true,
|
|
|
|
"strictPropertyInitialization": false,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"sourceMap": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"lib": [
|
|
|
|
"esnext",
|
|
|
|
"dom",
|
|
|
|
"dom.iterable"
|
|
|
|
],
|
|
|
|
"types": [
|
|
|
|
"vite/client",
|
|
|
|
"vite-plugin-pwa/client"
|
|
|
|
],
|
|
|
|
"baseUrl": "."
|
|
|
|
},
|
|
|
|
"include": [
|
2022-01-06 18:14:13 +01:00
|
|
|
"resources/js/*",
|
|
|
|
"vite.config.ts"
|
2022-01-06 17:19:59 +01:00
|
|
|
]
|
2022-01-06 15:45:35 +01:00
|
|
|
}
|