| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/rstackjs/rstack-examples/main/rslib/solid-basic/tsconfig.json | [Back] [Original] |
{
"compilerOptions": {
"lib": ["DOM", "ES2022"],
"module": "ESNext",
"jsx": "preserve",
"jsxImportSource": "solid-js",
"strict": true,
"skipLibCheck": true,
"types": ["@rslib/core/types"],
"isolatedModules": true,
"resolveJsonModule": true,
"moduleResolution": "bundler",
"useDefineForClassFields": true
},
"include": ["src"]
}
| Web Proxy Viewer | New URL | Original Page |