Vendor publish-release CI action
This replaces `marvinpinto/action-automatic-releases`, which hasn't been updated since Jan 29 2022.
This commit is contained in:
20
.github/actions/github-release/tsconfig.json
vendored
Normal file
20
.github/actions/github-release/tsconfig.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"es2021"
|
||||
],
|
||||
"module": "None",
|
||||
"target": "es2021",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"moduleResolution": "node",
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": [
|
||||
"main.cjs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user