mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
17 lines
335 B
JSON
17 lines
335 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Bundler",
|
||
|
"strict": true,
|
||
|
"lib": ["ESNext"],
|
||
|
"types": ["@cloudflare/workers-types"],
|
||
|
"jsx": "react-jsx",
|
||
|
"jsxImportSource": "hono/jsx",
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"svgldata": ["../src/data"]
|
||
|
}
|
||
|
}
|
||
|
}
|