Michael Zhang
1550d77ca6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"jsxImportSource": "solid-js",
|
|
"jsx": "preserve",
|
|
"strict": true,
|
|
"types": ["solid-start/env"],
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|