mirror of
https://github.com/isledecomp/isle.pizza.git
synced 2026-05-02 10:43:56 +00:00
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|