5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-13 01:33:45 +00:00
vault-action/tsconfig.json
2024-03-08 15:28:17 -06:00

12 lines
224 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"moduleResolution": "node",
"allowJs": true,
"noEmit": true
},
"exclude": [
"node_modules"
]
}