This replaces `marvinpinto/action-automatic-releases`, which hasn't been updated since Jan 29 2022.
21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|