13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"types": ["node"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["index.ts", ".opencode/plugin/**/*.ts"]
|
|
}
|