mirror of
https://github.com/openclaw/barnacle.git
synced 2026-08-25 11:10:04 -04:00
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"include": ["src", "worker-configuration.d.ts"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["dom", "es2022"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"jsx": "react-jsx",
|
|
"types": ["node"],
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist"
|
|
}
|
|
}
|