11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"module": "Node16",
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["agent/**/*.ts"]
|
|
}
|