init
This commit is contained in:
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022"],
|
||||
"module": "Node16",
|
||||
"strict": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["agent/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user