mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
19 lines
385 B
JSON
19 lines
385 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,
|
||
|
"paths": {
|
||
|
"~/*": ["./src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|