push-to-registry/tsconfig.json

14 lines
234 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"lib": [
"ES2017"
],
"outDir": "out",
"rootDir": ".",
},
"exclude": [
"node_modules"
]
}