mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 07:17:55 +01:00
32 lines
671 B
JSON
32 lines
671 B
JSON
{
|
|
"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-plugin-pwa/client"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"/images/logo_completo.png": ["resources/static/images/logo_completo.png"]
|
|
}
|
|
},
|
|
"exclude": ["**/node_modules", "**/.*/"],
|
|
"include": [
|
|
"resources/js/**/*",
|
|
"vite.config.ts"
|
|
]
|
|
}
|