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