mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-13 17:43:46 +00:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|