mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 15:29:24 +00:00
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"target": "es2017",
|
|
"baseUrl": "src",
|
|
},
|
|
"compileOnSave": true
|
|
}
|