Skip to content

Commit e556cfc

Browse files
committed
Nits
1 parent eb0e447 commit e556cfc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
cd protobuf_definitions
2121
echo '{
2222
"compilerOptions": {
23-
"target": "ES2020",
24-
"module": "CommonJS",
25-
"declaration": true,
26-
"outDir": "dist",
27-
"strict": true,
28-
"esModuleInterop": true
29-
},
30-
"include": ["./**/*.ts"]
23+
"target": "ES2020",
24+
"module": "CommonJS",
25+
"declaration": true,
26+
"outDir": "dist",
27+
"strict": true,
28+
"esModuleInterop": true
29+
},
30+
"include": ["./**/*.ts"]
3131
}' > tsconfig.json
3232
3333
- name: Create package

0 commit comments

Comments
 (0)