reverse-shell-generator/bootstrap-darkmode-master/tsconfig.json

14 lines
213 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es5",
"lib": ["es2017", "es7", "es6", "dom"],
"declaration": true,
"outDir": "dist",
"strict": true
},
"exclude": [
"node_modules",
"dist"
]
}