setup-gcloud/example-workflows/gae/tsconfig.json
Piotr Moszkowicz c47717d3a5 Fix indent
2020-03-27 23:13:38 +01:00

13 lines
261 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "dist",
"sourceMap": true,
"target": "es2017",
"baseUrl": "src",
},
"compileOnSave": true
}