PSRule-pipelines/tsconfig.json

11 строки
142 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"skipLibCheck": true
},
"exclude": [
"node_modules"
]
}