mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
f1977924f8
Adds a colour palette Adds homemade remark-callouts package Adds tabler icons dependency
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
} |