Files
frida-agent/tsconfig.json
2026-02-04 11:35:08 +00:00

11 lines
173 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "Node16",
"strict": true,
"noEmit": true
},
"include": ["agent/**/*.ts"]
}