mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es2017", "es7", "es6", "dom"],
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"strict": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|