You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rappli/tsconfig.json

18 lines
387 B
JSON

{
"compilerOptions": {
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"jsxImportSource": "solid-js",
"jsx": "preserve",
"types": ["vite/client", "unplugin-icons/types/solid"],
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
}
}
}