tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
chore: update for preact
finxol.io
4 months ago
3f1cde7d
5d6f1704
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+3
-1
1 changed file
expand all
collapse all
unified
split
tsconfig.json
+3
-1
tsconfig.json
reviewed
···
7
7
"baseUrl": "./",
8
8
"paths": {
9
9
"@/*": ["src/*"]
10
10
-
}
10
10
+
},
11
11
+
"jsx": "react-jsx",
12
12
+
"jsxImportSource": "preact"
11
13
}
12
14
}