12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["./worker-configuration.d.ts"]
|
|
},
|
|
"include": ["src/**/*.ts", "worker-configuration.d.ts"]
|
|
}
|