mirror of
https://github.com/lbr77/SideImpactor.git
synced 2026-05-06 11:14:01 -04:00
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"]
|
|
}
|