mirror of https://github.com/aldy505/code.git
13 lines
269 B
JSON
13 lines
269 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"esModuleInterop": true,
|
||
|
"jsx": "preserve",
|
||
|
"jsxImportSource": "solid-js",
|
||
|
"types": ["vite/client"]
|
||
|
}
|
||
|
}
|