mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"types": ["vite/client"],
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
},
|
|
}
|