Link bookmarking tool built on aproto (early alpha)
1{
2 "compilerOptions": {
3 "target": "ESNext",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "allowSyntheticDefaultImports": true,
7 "esModuleInterop": true,
8 "jsx": "preserve",
9 "jsxImportSource": "solid-js",
10 "allowJs": true,
11 "noEmit": true,
12 "strict": true,
13 "types": ["vinxi/types/client"],
14 "isolatedModules": true,
15 "paths": {
16 "@/*": ["./src/*"]
17 }
18 }
19}